[MPlayer-cvslog] r35755 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Tue Jan 15 20:12:02 CET 2013
Author: ib
Date: Tue Jan 15 20:12:02 2013
New Revision: 35755
Log:
Switch statements.
This is mainly for cosmetic reasons.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Tue Jan 15 19:51:30 2013 (r35754)
+++ trunk/gui/wm/ws.c Tue Jan 15 20:12:02 2013 (r35755)
@@ -1102,8 +1102,8 @@ void wsFullScreen(wsWindow *win)
/* restore window if window manager doesn't support EWMH */
if (!(vo_fs_type & vo_wm_FULLSCREEN)) {
- wsWindowDecoration(win, win->Decorations && !win->isFullScreen);
wsSizeHint(win);
+ wsWindowDecoration(win, win->Decorations && !win->isFullScreen);
wsSetLayer(wsDisplay, win->WindowID, win->isFullScreen);
XMoveResizeWindow(wsDisplay, win->WindowID, win->X, win->Y, win->Width, win->Height);
}
More information about the MPlayer-cvslog
mailing list