aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-06-06 04:48:57 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-06-06 04:48:57 +0200
commit3c1bd21203a8090cd66e831b5227fa4f5bd32223 (patch)
tree5c4d5a6b2683db2bad66efe3fe8c7034aef4422c /Main.hs
parentf0e965e99310a1df4c700a2d88e8c966a807f342 (diff)
downloadxmonad-3c1bd21203a8090cd66e831b5227fa4f5bd32223.tar.gz
xmonad-3c1bd21203a8090cd66e831b5227fa4f5bd32223.tar.xz
xmonad-3c1bd21203a8090cd66e831b5227fa4f5bd32223.zip
whitespace
darcs-hash:20070606024857-9c5c1-0928bbc41b568e787e705e85ada9000547f2c790.gz
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 1b2e42f..d7ec4fd 100644
--- a/Main.hs
+++ b/Main.hs
@@ -174,7 +174,7 @@ handle (DestroyWindowEvent {ev_window = w}) = whenX (isClient w) $ unmanage w
-- in 1994. Note that many alternative methods for resolving the hide/withdraw
-- ambiguity are racy.
-handle (UnmapEvent {ev_window = w, ev_send_event = True}) = whenX (isClient w) $ unmanage w
+handle (UnmapEvent {ev_window = w, ev_send_event = True}) = whenX (isClient w) $ unmanage w
-- set keyboard mapping
handle e@(MappingNotifyEvent {ev_window = w}) = do