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 8a4bbd4..f34cd72 100644
--- a/Main.hs
+++ b/Main.hs
@@ -124,7 +124,7 @@ handle e@(ConfigureRequestEvent {}) = do
}
io $ sync dpy False
-handle _ = return ()
+handle e = trace (eventName e) -- return ()
-- ---------------------------------------------------------------------
-- Managing windows