From 1a127ac1dbd7f8fc3b55e1ee31740c66e38fcfd8 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 27 Jan 2008 15:45:56 +0100 Subject: SimpleFLoat: change the description to Float (Simple is the decoration description) darcs-hash:20080127144556-32816-6b41964a7cf5333b069c075ca69eea9b3cf9e57c.gz --- XMonad/Layout/SimpleFloat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3