diff options
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ handle (KeyEvent {event_type = t, state = mod, keycode = code}) handle e@(ConfigureRequestEvent {}) = do dpy <- gets display io $ configureWindow dpy (window e) (value_mask e) $ - WindowChanges + WindowChanges { wcX = x e , wcY = y e , wcWidth = width e |