changeset 36289:f3cad93ab011

Remove XSynchronize() call. We don't want a permanent automatic synchronized request handling.
author ib
date Thu, 01 Aug 2013 17:22:37 +0000
parents 63e8bfb208c6
children 6f543c795c4b
files gui/wm/ws.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.c	Thu Aug 01 17:20:16 2013 +0000
+++ b/gui/wm/ws.c	Thu Aug 01 17:22:37 2013 +0000
@@ -219,8 +219,6 @@
     if (!wsUseXShape)
         mp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_WS_NoXshape);
 
-    XSynchronize(wsDisplay, True);
-
     wsScreen  = DefaultScreen(wsDisplay);
     wsRootWin = RootWindow(wsDisplay, wsScreen);
 #ifdef CONFIG_XF86VM