[MPlayer-cvslog] r36394 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Sat Aug 3 00:40:25 CEST 2013
Author: ib
Date: Sat Aug 3 00:40:25 2013
New Revision: 36394
Log:
Remove remaining XFlush() calls.
These should have been already removed in r36386,
but they were mistakenly considered necessary.
We can rely on the implicit flushes of the output buffer.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Fri Aug 2 11:39:28 2013 (r36393)
+++ trunk/gui/wm/ws.c Sat Aug 3 00:40:25 2013 (r36394)
@@ -1242,8 +1242,6 @@ void wsWindowVisibility(wsWindow *win, i
XUnmapWindow(wsDisplay, win->WindowID);
break;
}
-
- XFlush(wsDisplay);
}
/**
@@ -1447,8 +1445,6 @@ void wsMouseVisibility(wsWindow *win, in
XDefineCursor(wsDisplay, win->WindowID, win->wsCursor);
break;
}
-
- XFlush(wsDisplay);
}
/**
More information about the MPlayer-cvslog
mailing list