summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-12 17:05:55 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-12 17:05:55 +0200
commit8d0355c4281b59e532d6fd7397161a61a58a579b (patch)
tree07c89936466799b92849fa9f64bbcd197cdb021b /Main.hs
parentca2ac1364ec6d2ec621be66647c925ee294a6013 (diff)
downloadmetatile-8d0355c4281b59e532d6fd7397161a61a58a579b.tar
metatile-8d0355c4281b59e532d6fd7397161a61a58a579b.zip
make focus, up and down complete functions.
This is a rerun of my change to make (Stack a) never be empty. Gives us more type-safety. darcs-hash:20070612150555-72aca-5f6e43aa33979c71679a73b44d93f9e2b8f9d2a8
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Main.hs b/Main.hs
index ca6f5ad..0d0a442 100644
--- a/Main.hs
+++ b/Main.hs
@@ -88,11 +88,11 @@ main = do
-- TODO, general iterators for these lists.
sequence_ [ setInitialProperties w >> reveal w
| wk <- map W.workspace (W.current winset : W.visible winset)
- , w <- W.integrate (W.stack wk) ]
+ , w <- W.integrate' (W.stack wk) ]
sequence_ [ setInitialProperties w >> hide w
| wk <- W.hidden winset
- , w <- W.integrate (W.stack wk) ]
+ , w <- W.integrate' (W.stack wk) ]
mapM_ manage ws -- find new windows
logHook