# HG changeset patch # User ib # Date 1375377757 0 # Node ID f3cad93ab0117864912787b0ba8b8fc5056d7b44 # Parent 63e8bfb208c634ae04add7e938991d3b9f03b926 Remove XSynchronize() call. We don't want a permanent automatic synchronized request handling. diff -r 63e8bfb208c6 -r f3cad93ab011 gui/wm/ws.c --- 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