From 9c0d9b08bfddb30552faa5812c146875754c8058 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sat, 23 Jun 2007 23:41:25 +0200 Subject: 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 --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.hs') 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 -- cgit v1.2.3