summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 69735a2..7cf9858 100644
--- a/Main.hs
+++ b/Main.hs
@@ -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