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:
@@ -99,7 +99,7 @@ data Tabbed a =
|
||||
Tabbed (Invisible Maybe TabState) (Invisible Maybe Shrinker) TConf
|
||||
deriving (Show, Read)
|
||||
|
||||
instance Layout Tabbed Window where
|
||||
instance LayoutClass Tabbed Window where
|
||||
doLayout (Tabbed ist ishr conf) = doLay ist ishr conf
|
||||
handleMessage = handleMess
|
||||
description _ = "Tabbed"
|
||||
|
Reference in New Issue
Block a user