[MPlayer-cvslog] r36385 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Thu Aug 1 19:22:37 CEST 2013
Author: ib
Date: Thu Aug 1 19:22:37 2013
New Revision: 36385
Log:
Remove XSynchronize() call.
We don't want a permanent automatic synchronized request handling.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Thu Aug 1 19:20:16 2013 (r36384)
+++ trunk/gui/wm/ws.c Thu Aug 1 19:22:37 2013 (r36385)
@@ -219,8 +219,6 @@ void wsInit(Display *display)
if (!wsUseXShape)
mp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_WS_NoXshape);
- XSynchronize(wsDisplay, True);
-
wsScreen = DefaultScreen(wsDisplay);
wsRootWin = RootWindow(wsDisplay, wsScreen);
#ifdef CONFIG_XF86VM
More information about the MPlayer-cvslog
mailing list