aboutsummaryrefslogtreecommitdiffstats
path: root/Roledex.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-29 21:12:38 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-29 21:12:38 +0200
commit2e07689ceadaea1853c1228d14346853223be942 (patch)
tree69a6f1aed8bf082fd711a366baf3bf62534d9145 /Roledex.hs
parent7c1d1059d2626927bbc553f0efccb0b472fa569f (diff)
downloadXMonadContrib-2e07689ceadaea1853c1228d14346853223be942.tar.gz
XMonadContrib-2e07689ceadaea1853c1228d14346853223be942.tar.xz
XMonadContrib-2e07689ceadaea1853c1228d14346853223be942.zip
some renaming of classes and data types.
darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz
Diffstat (limited to 'Roledex.hs')
-rw-r--r--Roledex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Roledex.hs b/Roledex.hs
index 6b6dfe4..c7b407b 100644
--- a/Roledex.hs
+++ b/Roledex.hs
@@ -36,7 +36,7 @@ import Data.Ratio
data Roledex a = Roledex deriving ( Show, Read )
-instance Layout Roledex Window where
+instance LayoutClass Roledex Window where
doLayout _ = roledexLayout
roledexLayout :: Eq a => Rectangle -> W.Stack a -> X ([(a, Rectangle)], Maybe (Roledex a))