summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-05 05:44:45 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-05 05:44:45 +0200
commita5396290ae7c5ccf3f5af630ad273760f3147cbb (patch)
treee9d509fbb9c2cd41f36b188f82b88329ffff3097 /Main.hs
parentf708ef2d9dcaeccdd6916373cf12eb73a72195d3 (diff)
downloadmetatile-a5396290ae7c5ccf3f5af630ad273760f3147cbb.tar
metatile-a5396290ae7c5ccf3f5af630ad273760f3147cbb.zip
Comment only
darcs-hash:20071005034445-a5988-c6a3e59dfe5acdeffcea5d237358bef92a77a0a2
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 9eff7f2..db4e0f3 100644
--- a/Main.hs
+++ b/Main.hs
@@ -251,7 +251,7 @@ handle e@(ConfigureRequestEvent {ev_window = w}) = withDisplay $ \dpy -> do
sendEvent dpy w False 0 ev
io $ sync dpy False
--- the root may have configured
+-- configuration changes in the root may mean display settings have changed
handle (ConfigureEvent {ev_window = w}) = whenX (isRoot w) rescreen
handle e = broadcastMessage e -- trace (eventName e) -- ignoring