summaryrefslogtreecommitdiffstats
path: root/lib/FullscreenManager.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FullscreenManager.hs')
-rw-r--r--lib/FullscreenManager.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FullscreenManager.hs b/lib/FullscreenManager.hs
index ac1907f..95a6ff2 100644
--- a/lib/FullscreenManager.hs
+++ b/lib/FullscreenManager.hs
@@ -85,7 +85,7 @@ instance LayoutModifier FullscreenManager Window where
-isFloating :: Window -> X (Bool)
+isFloating :: Window -> X Bool
isFloating w = gets windowset >>= \ws -> return $ M.member w (W.floating ws)