mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
some renaming of classes and data types.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user