mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Tabbed: removed two little bugs due to the mess during the transition (my fault, sorry ;)
This commit is contained in:
@@ -92,7 +92,7 @@ data TabState =
|
||||
TabState { tabsWindows :: [(Window,Window)]
|
||||
, scr :: Rectangle
|
||||
, fontS :: FontStruct -- FontSet
|
||||
} deriving ( Show , Read )
|
||||
}
|
||||
|
||||
data Tabbed a =
|
||||
Tabbed (InvisibleMaybe TabState) TConf
|
||||
@@ -139,7 +139,7 @@ handleMess (Tabbed (IJus st@(TabState {tabsWindows = tws})) conf) m
|
||||
| Just ReleaseResources == fromMessage m = do d <- asks display
|
||||
destroyTabs $ map fst tws
|
||||
io $ freeFont d (fontS st)
|
||||
return Nothing
|
||||
return $ Just $ Tabbed INothin conf
|
||||
handleMess _ _ = return Nothing
|
||||
|
||||
handleEvent :: TConf -> TabState -> Event -> X ()
|
||||
|
Reference in New Issue
Block a user