aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-20 23:28:43 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-20 23:28:43 +0200
commitc98e775eba6c87d86f6fd28a9f638eb9d7a8640b (patch)
tree6e73fc0b84ef25a4edb80d985578445214239060 /XMonad.hs
parent76577a21c4a670e133b64eddf7c4e72846492cf5 (diff)
downloadxmonad-c98e775eba6c87d86f6fd28a9f638eb9d7a8640b.tar.gz
xmonad-c98e775eba6c87d86f6fd28a9f638eb9d7a8640b.tar.xz
xmonad-c98e775eba6c87d86f6fd28a9f638eb9d7a8640b.zip
add (unused) Layout to StackSet.
darcs-hash:20070920212843-72aca-4c73a99b58ebd9d1d179c5e627cbf4823493f4ab.gz
Diffstat (limited to '')
-rw-r--r--XMonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad.hs b/XMonad.hs
index 103639e..102ddcd 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -52,7 +52,7 @@ data XConf = XConf
, normalBorder :: !Pixel -- ^ border color of unfocused windows
, focusedBorder :: !Pixel } -- ^ border color of the focused window
-type WindowSet = StackSet WorkspaceId Window ScreenId ScreenDetail
+type WindowSet = StackSet WorkspaceId (SomeLayout Window) Window ScreenId ScreenDetail
-- | Virtual workspace indicies
type WorkspaceId = String