Comment only

This commit is contained in:
Spencer Janssen
2007-04-30 16:15:11 +00:00
parent 4d9fa8bc98
commit 1e83de8cde

View File

@@ -36,6 +36,7 @@ import qualified Data.Map as M
data XState = XState
{ workspace :: !WindowSet -- ^ workspace list
, layoutDescs :: !(M.Map WorkspaceId LayoutDesc) -- ^ mapping of workspaces
-- to descriptions of their layouts
}
data XConf = XConf
@@ -49,7 +50,6 @@ data XConf = XConf
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
, defaultLayoutDesc :: !LayoutDesc -- ^ default layout
-- to descriptions of their layouts
, normalBorder :: !Color -- ^ border color of unfocused windows
, focusedBorder :: !Color -- ^ border color of the focused window
}