aboutsummaryrefslogtreecommitdiffstats
path: root/ResizableTile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ResizableTile.hs')
-rw-r--r--ResizableTile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ResizableTile.hs b/ResizableTile.hs
index 77ec8fd..6d9a1d8 100644
--- a/ResizableTile.hs
+++ b/ResizableTile.hs
@@ -40,7 +40,7 @@ data MirrorResize = MirrorShrink | MirrorExpand deriving Typeable
instance Message MirrorResize
data Tall a = Tall Int Rational Rational [Rational] deriving (Show, Read)
-instance Layout Tall a where
+instance LayoutClass Tall a where
doLayout (Tall nmaster _ frac mfrac) r =
return . (\x->(x,Nothing)) .
ap zip (tile frac (mfrac ++ repeat 1) r nmaster . length) . W.integrate