summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-23 23:41:25 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-23 23:41:25 +0200
commit9c0d9b08bfddb30552faa5812c146875754c8058 (patch)
treed871676f962b9978e738c22f1151977f107a603d /Main.hs
parent8bd90a4871d8d37cf6ddfbcb6a6c029fabe4052b (diff)
downloadmetatile-9c0d9b08bfddb30552faa5812c146875754c8058.tar
metatile-9c0d9b08bfddb30552faa5812c146875754c8058.zip
broadcast unidentified events.
This change is independent of the doLayout change I just sent in, but fixes the problem that change introduces in Decoration, by ensuring that all Layouts get redraw events. I think this is the correct behavior. darcs-hash:20070623214125-72aca-deae94c4f656e2396a1e569b0ad956d625ed05f5
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 3271b2c..156cea7 100644
--- a/Main.hs
+++ b/Main.hs
@@ -226,4 +226,4 @@ handle e@(ConfigureRequestEvent {ev_window = w}) = withDisplay $ \dpy -> do
-- the root may have configured
handle (ConfigureEvent {ev_window = w}) = whenX (isRoot w) rescreen
-handle e = sendMessage e -- trace (eventName e) -- ignoring
+handle e = broadcastMessage e -- trace (eventName e) -- ignoring