From 71349314c5a87e31f9aa1ded824244f6e20a1a1b Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 4 Jun 2007 06:06:11 +0000 Subject: [PATCH] Remove inaccurate warnings about 'hide' --- Operations.hs | 3 --- 1 file changed, 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