[MPlayer-cvslog] r34043 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Thu Sep 1 20:40:01 CEST 2011
Author: ib
Date: Thu Sep 1 20:40:01 2011
New Revision: 34043
Log:
Move a misplaced closing brace to its correct position.
The update_xinerama_info() block must be called in any case,
not only in case of non-EWMH.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Thu Sep 1 20:32:33 2011 (r34042)
+++ trunk/gui/wm/ws.c Thu Sep 1 20:40:01 2011 (r34043)
@@ -913,6 +913,8 @@ void wsFullScreen(wsTWindow *win)
win->OldY = win->Y;
win->OldWidth = win->Width;
win->OldHeight = win->Height;
+ }
+
vo_dx = win->X;
vo_dy = win->Y;
vo_dwidth = win->Width;
@@ -930,7 +932,6 @@ void wsFullScreen(wsTWindow *win)
win->Y = wsOrgY;
win->Width = wsMaxX;
win->Height = wsMaxY;
- }
win->isFullScreen = True;
More information about the MPlayer-cvslog
mailing list