Print a message for unhandled events

This commit is contained in:
Spencer Janssen 2007-03-08 01:32:49 +00:00
parent 160f07a47c
commit 9a5523d53c

View File

@ -124,7 +124,7 @@ handle e@(ConfigureRequestEvent {}) = do
}
io $ sync dpy False
handle _ = return ()
handle e = trace (eventName e) -- return ()
-- ---------------------------------------------------------------------
-- Managing windows