summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-05-03 16:47:50 +0200
committerDavid Roundy <droundy@darcs.net>2007-05-03 16:47:50 +0200
commit60ec8b60b2f772bf06bde0c5fc45aaedb77d0b71 (patch)
tree1d0b462b8304b685d3ceda3fbf06f92c56c9d509 /Main.hs
parent22f17b20d9ff1e9b9563bdfa976702e560e395d2 (diff)
downloadmetatile-60ec8b60b2f772bf06bde0c5fc45aaedb77d0b71.tar
metatile-60ec8b60b2f772bf06bde0c5fc45aaedb77d0b71.zip
add support for extensible layouts.
darcs-hash:20070503144750-72aca-f44bca4573837e12fc1f89333b55e04abd52787c
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 2bf17c3..81e286c 100644
--- a/Main.hs
+++ b/Main.hs
@@ -59,7 +59,7 @@ main = do
}
st = XState
{ workspace = W.empty workspaces (length xinesc)
- , layoutDescs = M.empty
+ , layouts = M.empty
}
xSetErrorHandler -- in C, I'm too lazy to write the binding