summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-14 23:59:59 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-14 23:59:59 +0200
commit6ba134c9e54d42c189d60a924c27921739b7c197 (patch)
tree36a2db2018d52bf48ec4b3649f3bc1b5e15f772f /Main.hs
parenta576ec8b32e15da3068518c867c92f208cdac293 (diff)
downloadmetatile-6ba134c9e54d42c189d60a924c27921739b7c197.tar
metatile-6ba134c9e54d42c189d60a924c27921739b7c197.zip
move Layout stuff into class (hokey first cut).
darcs-hash:20070914215959-72aca-3feae03a6560a70908ad37d28f47c8d47321008e
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 ead2a96..8ed3555 100644
--- a/Main.hs
+++ b/Main.hs
@@ -55,7 +55,7 @@ main = do
| otherwise = new workspaces $ zipWith SD xinesc gaps
gaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0)
- safeLayouts = case defaultLayouts of [] -> (full, []); (x:xs) -> (x,xs)
+ safeLayouts = case defaultLayouts of [] -> (SomeLayout full, []); (x:xs) -> (x,xs)
cf = XConf
{ display = dpy
, theRoot = rootw