summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-06-30 07:03:46 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-06-30 07:03:46 +0200
commitbfd25c05b11c0e2481f25b333c99f09eca36a1e0 (patch)
tree6741d95dd9c2e42937c24f815d9bb888d9eae880 /Main.hs
parent6237a817b70c479e328d481225612e12107b7a28 (diff)
downloadmetatile-bfd25c05b11c0e2481f25b333c99f09eca36a1e0.tar
metatile-bfd25c05b11c0e2481f25b333c99f09eca36a1e0.zip
refresh after starting
darcs-hash:20070630050346-a5988-c77b422116ddc308d1b7b7c252c819c5db36cb96
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 aa5561d..7b7ac7c 100644
--- a/Main.hs
+++ b/Main.hs
@@ -93,7 +93,7 @@ main = do
, w <- W.integrate' (W.stack wk) ]
mapM_ manage ws -- find new windows
- logHook
+ refresh
-- main loop, for all you HOF/recursion fans out there.
forever $ handle =<< io (nextEvent dpy e >> getEvent e)