sinek/src guile.c,1.7,1.8

[email protected] Wed, 15 Jan 2003 23:10:08 -0800
Newsgroups gmane.comp.video.sinek.cvs
Message-ID <[email protected]>
Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv10595

Modified Files:
	guile.c 
Log Message:
gtkxine changes


Index: guile.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/guile.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- guile.c	1 May 2002 12:07:05 -0000	1.7
+++ guile.c	16 Jan 2003 07:10:06 -0000	1.8
@@ -9,6 +9,7 @@
 */
 
 #include "common.h"
+#include "gtkxine.h"
 #include <guile/gh.h>
 
 static SCM catcher(void *data, SCM tag, SCM throw_args);
@@ -115,8 +116,8 @@
 	unsigned long cur, total;
 
 	SCM_DEFER_INTS;
-	cur = xine_get_current_time(sinek.xine) * 100;
-	total = xine_get_stream_length(sinek.xine) * 100;
+	cur = gtk_xine_get_current_time(GTK_XINE(sinek.xine)) * 100;
+	total = gtk_xine_get_stream_length(GTK_XINE(sinek.xine)) * 100;
 	SCM_ALLOW_INTS;
 	ret = gh_cons(gh_ulong2scm(cur), ret);
 	ret = gh_cons(gh_ulong2scm(total), ret);




-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en