diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/FullscreenManager.hs | 2 |
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) |