Mercurial > mplayer.hg
changeset 12749:86774b3d5ede
removed XFlush() before XSync()
author | reimar |
---|---|
date | Fri, 02 Jul 2004 16:16:46 +0000 |
parents | f11bd27b0ff2 |
children | 38c660174053 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Fri Jul 02 13:10:58 2004 +0000 +++ b/libvo/vo_gl.c Fri Jul 02 16:16:46 2004 +0000 @@ -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