aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/SimpleFloat.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-01-27 15:45:56 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-01-27 15:45:56 +0100
commit1a127ac1dbd7f8fc3b55e1ee31740c66e38fcfd8 (patch)
treee734d17b27cdc8ad3fa8f68a28ce2ef026e9e632 /XMonad/Layout/SimpleFloat.hs
parentd62bea7c9b525cee5374d32818fb9b30e777c035 (diff)
downloadXMonadContrib-1a127ac1dbd7f8fc3b55e1ee31740c66e38fcfd8.tar.gz
XMonadContrib-1a127ac1dbd7f8fc3b55e1ee31740c66e38fcfd8.tar.xz
XMonadContrib-1a127ac1dbd7f8fc3b55e1ee31740c66e38fcfd8.zip
SimpleFLoat: change the description to Float (Simple is the decoration description)
darcs-hash:20080127144556-32816-6b41964a7cf5333b069c075ca69eea9b3cf9e57c.gz
Diffstat (limited to 'XMonad/Layout/SimpleFloat.hs')
-rw-r--r--XMonad/Layout/SimpleFloat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/SimpleFloat.hs b/XMonad/Layout/SimpleFloat.hs
index 89c3cab..6fe8ebf 100644
--- a/XMonad/Layout/SimpleFloat.hs
+++ b/XMonad/Layout/SimpleFloat.hs
@@ -61,7 +61,7 @@ data SimpleFloat a = SF Dimension deriving (Show, Read)
instance LayoutClass SimpleFloat Window where
doLayout (SF i) sc (S.Stack w l r) = do wrs <- mapM (getSize i sc) (w : reverse l ++ r)
return (wrs, Nothing)
- description _ = "SimpleFloat"
+ description _ = "Float"
getSize :: Dimension -> Rectangle -> Window -> X (Window,Rectangle)
getSize i (Rectangle rx ry _ _) w = do