aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-06-04 08:06:11 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-06-04 08:06:11 +0200
commitf40c1f96c2f6c0e6934c404df9779dc542272411 (patch)
tree9e921f2bf62bb110b4b5b4f03f91e5c626fbd7bb /Operations.hs
parent18bc30e96d2e5b054f6f59d1130bffcfad735192 (diff)
downloadxmonad-f40c1f96c2f6c0e6934c404df9779dc542272411.tar.gz
xmonad-f40c1f96c2f6c0e6934c404df9779dc542272411.tar.xz
xmonad-f40c1f96c2f6c0e6934c404df9779dc542272411.zip
Remove inaccurate warnings about 'hide'
darcs-hash:20070604060611-a5988-e324f35005d3b19ffced089499d086853f07cfad.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Operations.hs b/Operations.hs
index 3d2e4d1..5ef3f08 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -140,9 +140,6 @@ setWMState w v = withDisplay $ \dpy -> do
io $ changeProperty32 dpy w a a propModeReplace [fromIntegral v, fromIntegral none]
-- | hide. Hide a window by unmapping it.
---
--- If you call this on a window that is marked as visible, very bad things will
--- happen (currently unmanaging, but don't count on it).
hide :: Window -> X ()
hide w = withDisplay $ \d -> do
io $ unmapWindow d w