Mercurial > mplayer.hg
changeset 36298:353055b6213d
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.
author | ib |
---|---|
date | Fri, 02 Aug 2013 22:40:25 +0000 |
parents | 6fc430e33c76 |
children | f5e428d7991b |
files | gui/wm/ws.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Fri Aug 02 09:39:28 2013 +0000 +++ b/gui/wm/ws.c Fri Aug 02 22:40:25 2013 +0000 @@ -1242,8 +1242,6 @@ XUnmapWindow(wsDisplay, win->WindowID); break; } - - XFlush(wsDisplay); } /** @@ -1447,8 +1445,6 @@ XDefineCursor(wsDisplay, win->WindowID, win->wsCursor); break; } - - XFlush(wsDisplay); } /**