changeset 33955:f56df2bcfc7b

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.
author ib
date Thu, 01 Sep 2011 18:40:01 +0000
parents 8082db6c946a
children bfc87befa99f
files gui/wm/ws.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.c	Thu Sep 01 18:32:33 2011 +0000
+++ b/gui/wm/ws.c	Thu Sep 01 18:40:01 2011 +0000
@@ -913,6 +913,8 @@
             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 @@
             win->Y      = wsOrgY;
             win->Width  = wsMaxX;
             win->Height = wsMaxY;
-        }
 
         win->isFullScreen = True;