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 | 1eb5d2761a662093d14512103555653d75ed0073 (patch) | |
tree | 5c4d5a6b2683db2bad66efe3fe8c7034aef4422c | |
parent | f1890dc54bb25a1d033c8179a64cc61ab4f82a9d (diff) | |
download | metatile-1eb5d2761a662093d14512103555653d75ed0073.tar metatile-1eb5d2761a662093d14512103555653d75ed0073.zip |
whitespace
darcs-hash:20070606024857-9c5c1-0928bbc41b568e787e705e85ada9000547f2c790
-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 |