diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 18:24:50 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 18:24:50 +0200 |
commit | b362330e03efc2a593ec7ce21d76d14b9b0c118d (patch) | |
tree | a666a5a0252fdbe28f128ea1c9cb10bafb9c2e10 | |
parent | 011438e7e0789c01822adf11d7a430af41ed1d4a (diff) | |
download | metatile-b362330e03efc2a593ec7ce21d76d14b9b0c118d.tar metatile-b362330e03efc2a593ec7ce21d76d14b9b0c118d.zip |
Dump state at launch (commented for now)
darcs-hash:20070604162450-a5988-e2d405b329d5f0dd0b33321f577dd63d3119b6d0
-rw-r--r-- | Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ main = do allocaXEvent $ \e -> runX cf st $ do mapM_ manage ws + -- withWindowSet (io . hPrint stderr) -- uncomment for state logging + -- main loop, for all you HOF/recursion fans out there. forever $ handle =<< io (nextEvent dpy e >> getEvent e) |