diff libvo/vo_fsdga.c @ 1501:d40f2b686846

changes according to -utf8 option, draw_osd() function added
author atlka
date Mon, 13 Aug 2001 11:08:18 +0000
parents 77e0094f0cce
children ae79207a3055
line wrap: on
line diff
--- a/libvo/vo_fsdga.c	Mon Aug 13 10:38:01 2001 +0000
+++ b/libvo/vo_fsdga.c	Mon Aug 13 11:08:18 2001 +0000
@@ -173,10 +173,12 @@
     int e=vo_x11_check_events(vo_dga_dpy);
 }
 
+static void draw_osd(void)
+{
+}
+
 static void flip_page( void ){
-    check_events(); 
   //  printf("vo_dga: In flippage\n");
-
 }
 
 static unsigned int pix_buf_y[4][2048];