[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.27,1.28
Zoltan Ponekker
pontscho at mplayer.dev.hu
Wed Aug 29 20:27:15 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv18526
Modified Files:
vo_x11.c
Log Message:
fix vo_window again
Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vo_x11.c 29 Aug 2001 17:27:16 -0000 1.27
+++ vo_x11.c 29 Aug 2001 18:27:13 -0000 1.28
@@ -371,8 +371,11 @@
}
if( format==IMGFMT_YV12 ) yuv2rgb_init( ( depth == 24 ) ? bpp : depth,mode );
-
- if ( vo_window == None ) XSelectInput( mDisplay,mywindow,StructureNotifyMask | KeyPressMask );
+
+#ifdef HAVE_NEW_GUI
+ if ( vo_window == None )
+#endif
+ XSelectInput( mDisplay,mywindow,StructureNotifyMask | KeyPressMask );
X_already_started++;
More information about the MPlayer-cvslog
mailing list