diff options
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ handle e@(ConfigureRequestEvent {}) = do } io $ sync dpy False -handle _ = return () +handle e = trace (eventName e) -- return () -- --------------------------------------------------------------------- -- Managing windows |