diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-06 04:48:57 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-06 04:48:57 +0200 |
commit | 3c1bd21203a8090cd66e831b5227fa4f5bd32223 (patch) | |
tree | 5c4d5a6b2683db2bad66efe3fe8c7034aef4422c | |
parent | f0e965e99310a1df4c700a2d88e8c966a807f342 (diff) | |
download | xmonad-3c1bd21203a8090cd66e831b5227fa4f5bd32223.tar.gz xmonad-3c1bd21203a8090cd66e831b5227fa4f5bd32223.tar.xz xmonad-3c1bd21203a8090cd66e831b5227fa4f5bd32223.zip |
whitespace
darcs-hash:20070606024857-9c5c1-0928bbc41b568e787e705e85ada9000547f2c790.gz
Diffstat (limited to '')
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |