summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-05-21 06:03:30 +0200
committerJason Creighton <jcreigh@gmail.com>2007-05-21 06:03:30 +0200
commit73725db0c3313332832d102aa80e9582a810c643 (patch)
tree3eff554feeb2d788815f3b7aa1a711088d1665c2 /Main.hs
parent931f2aa55d01268e5fbac2f35ed20b5c17bfb899 (diff)
downloadmetatile-73725db0c3313332832d102aa80e9582a810c643.tar
metatile-73725db0c3313332832d102aa80e9582a810c643.zip
s/workspace/windowset/
darcs-hash:20070521040330-b9aa7-5a36f8a4f90cc4116ffa3532a14bf405bfb942bb
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index b75c5c3..9aef16f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -56,7 +56,7 @@ main = do
, focusedBorder = fbc
}
st = XState
- { workspace = new (fromIntegral workspaces) (fromIntegral $ length xinesc)
+ { windowset = new (fromIntegral workspaces) (fromIntegral $ length xinesc)
, layouts = M.fromList [(w, safeLayouts) | w <- [0 .. W workspaces - 1]] }
xSetErrorHandler -- in C, I'm too lazy to write the binding: dons