some renaming of classes and data types.

This commit is contained in:
David Roundy
2007-09-29 19:12:38 +00:00
parent 12c4318b03
commit db1026f6e9
18 changed files with 37 additions and 37 deletions

View File

@@ -43,7 +43,7 @@ data TwoPane a =
TwoPane Rational Rational
deriving ( Show, Read )
instance Layout TwoPane a where
instance LayoutClass TwoPane a where
doLayout (TwoPane _ split) r s = return (arrange r s,Nothing)
where
arrange rect st = case reverse (up st) of