[MPlayer-cvslog] r34041 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Thu Sep 1 20:22:58 CEST 2011
Author: ib
Date: Thu Sep 1 20:22:58 2011
New Revision: 34041
Log:
Don't map the window after resizing.
There is no reason to do so.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Thu Sep 1 20:19:27 2011 (r34040)
+++ trunk/gui/wm/ws.c Thu Sep 1 20:22:58 2011 (r34041)
@@ -1123,7 +1123,6 @@ void wsResizeWindow(wsTWindow *win, int
XSetWMNormalHints(wsDisplay, win->WindowID, &win->SizeHint);
XResizeWindow(wsDisplay, win->WindowID, sx, sy);
- XMapRaised(wsDisplay, win->WindowID);
if (win->ReSize)
win->ReSize(win->X, win->Y, win->Width, win->Height);
More information about the MPlayer-cvslog
mailing list