Note and workaround bugs in Operations.float

This commit is contained in:
Spencer Janssen
2007-07-05 19:52:13 +00:00
parent 2efa369dfc
commit 54c024583f
2 changed files with 10 additions and 2 deletions

View File

@@ -473,6 +473,10 @@ sink :: Window -> X ()
sink = windows . W.sink
-- | Make a tiled window floating, using its suggested rectangle
--
-- TODO: float changes the set of visible workspaces when we call it for an
-- invisible window -- this should not happen. See 'temporary workaround' in
-- the handler for ConfigureRequestEvent also.
float :: Window -> X ()
float w = withDisplay $ \d -> do
ws <- gets windowset