diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-02 16:16:46 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-02 16:16:46 +0000 |
commit | 7eb4b975ed844aff03ff2db25c56ffc2054b0edc (patch) | |
tree | 6964fde686cbadab74a4a27b6915c029cadecb4d | |
parent | 528b80868c2fdb0987fdcf5fec89c3d648701058 (diff) |
removed XFlush() before XSync()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12750 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_gl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index e8a9b5525d..2737d6dd62 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -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 |