[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.42,1.43
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Fri Jul 2 18:16:48 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv23437
Modified Files:
vo_gl.c
Log Message:
removed XFlush() before XSync()
Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- vo_gl.c 8 May 2004 21:38:41 -0000 1.42
+++ vo_gl.c 2 Jul 2004 16:16:46 -0000 1.43
@@ -228,7 +228,6 @@
wsGLXContext=glXCreateContext( mDisplay,vinfo,NULL,True );
glXMakeCurrent( mDisplay,vo_window,wsGLXContext );
- XFlush(mDisplay);
XSync(mDisplay, False);
vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PointerMotionMask
More information about the MPlayer-cvslog
mailing list