aboutsummaryrefslogtreecommitdiffstats
path: root/MosaicAlt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'MosaicAlt.hs')
-rw-r--r--MosaicAlt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MosaicAlt.hs b/MosaicAlt.hs
index 07c0f3d..715fbf0 100644
--- a/MosaicAlt.hs
+++ b/MosaicAlt.hs
@@ -66,7 +66,7 @@ resetAlt = ResetAlt
type Areas = M.Map Window Rational
data MosaicAlt a = MosaicAlt Areas deriving ( Show, Read )
-instance Layout MosaicAlt Window where
+instance LayoutClass MosaicAlt Window where
description _ = "MosaicAlt"
doLayout (MosaicAlt areas) rect stack =
return (arrange rect stack areas', Just $ MosaicAlt areas')