summaryrefslogtreecommitdiffstats
path: root/MetaTile/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'MetaTile/Core.hs')
-rw-r--r--MetaTile/Core.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MetaTile/Core.hs b/MetaTile/Core.hs
index 3d84ea3..5fa62e6 100644
--- a/MetaTile/Core.hs
+++ b/MetaTile/Core.hs
@@ -75,6 +75,7 @@ data WindowState = WindowState
data FrameState = FrameState
{ fsWindow :: !Window
+ , fsBounds :: !Rectangle
, fsBorderWidth :: !BorderWidth
} deriving Show
@@ -83,7 +84,7 @@ data FrameState = FrameState
data XState = XState
{ windowset :: !WindowSet -- ^ workspace list
, windowState :: !(M.Map Window WindowState) -- ^ the extended window state
- , frameState :: !(M.Map Window FrameState) -- ^ the extended frame state
+ , frameState :: !(M.Map Window FrameState) -- ^ the extended frame state
, dragging :: !(Maybe (Position -> Position -> X (), X ()))
, numberlockMask :: !KeyMask -- ^ The numlock modifier
, extensibleState :: !(M.Map String (Either String StateExtension))