removed XFlush() before XSync()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12750 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-07-02 16:16:46 +00:00
parent 528b80868c
commit 7eb4b975ed
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
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