aboutsummaryrefslogtreecommitdiffstats
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
commiteaa8cddd8bbd09d9cbcce861d67488ae0654a16f (patch)
treee9d509fbb9c2cd41f36b188f82b88329ffff3097
parentb09d25945938bca44061f572669772190bd125d1 (diff)
downloadxmonad-eaa8cddd8bbd09d9cbcce861d67488ae0654a16f.tar.gz
xmonad-eaa8cddd8bbd09d9cbcce861d67488ae0654a16f.tar.xz
xmonad-eaa8cddd8bbd09d9cbcce861d67488ae0654a16f.zip
Comment only
darcs-hash:20071005034445-a5988-c6a3e59dfe5acdeffcea5d237358bef92a77a0a2.gz
-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