From 7eb4b975ed844aff03ff2db25c56ffc2054b0edc Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 2 Jul 2004 16:16:46 +0000 Subject: removed XFlush() before XSync() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12750 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libvo/vo_gl.c') 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 -- cgit v1.2.3