diff options
Diffstat (limited to 'src/Xmobar/X11/Window.hs')
| -rw-r--r-- | src/Xmobar/X11/Window.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Xmobar/X11/Window.hs b/src/Xmobar/X11/Window.hs index 796e213..6de8e66 100644 --- a/src/Xmobar/X11/Window.hs +++ b/src/Xmobar/X11/Window.hs @@ -69,6 +69,7 @@ repositionWin d win fs c = do        r = setPosition c (position c) srs (fromIntegral ht)    moveResizeWindow d win (rect_x r) (rect_y r) (rect_width r) (rect_height r)    setStruts r c d win srs +  sync d False    return r  fi :: (Integral a, Num b) => a -> b | 
