# HG changeset patch # User ib # Date 1314902401 0 # Node ID f56df2bcfc7b27ed8c79bd3db7068bf5dc88ddf1 # Parent 8082db6c946ab8bb40792296483c368ecaf18c43 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. diff -r 8082db6c946a -r f56df2bcfc7b gui/wm/ws.c --- 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;