aboutsummaryrefslogtreecommitdiffstats
path: root/ThreeColumns.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ThreeColumns.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ThreeColumns.hs b/ThreeColumns.hs
index 334691b..0422bee 100644
--- a/ThreeColumns.hs
+++ b/ThreeColumns.hs
@@ -46,7 +46,7 @@ import Graphics.X11.Xlib
data ThreeCol a = ThreeCol Int Rational Rational deriving (Show,Read)
-instance Layout ThreeCol a where
+instance LayoutClass ThreeCol a where
doLayout (ThreeCol nmaster _ frac) r =
return . (\x->(x,Nothing)) .
ap zip (tile3 frac r nmaster . length) . W.integrate