summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-10-06 17:43:51 +0200
committerDon Stewart <dons@galois.com>2007-10-06 17:43:51 +0200
commit8b803138328a6d03d0e75c0aa01027f24793cbaa (patch)
tree821f268c0555f4163debc1b28a56da19a81e13a7 /Main.hs
parentc29df95bc0cc6b5248669f5b7205cf8a761455e5 (diff)
downloadmetatile-8b803138328a6d03d0e75c0aa01027f24793cbaa.tar
metatile-8b803138328a6d03d0e75c0aa01027f24793cbaa.zip
more comments
darcs-hash:20071006154351-cba2c-64d30ec32fe16978cda3f57c3459e881cf6178ff
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 427a30c..72b7c61 100644
--- a/Main.hs
+++ b/Main.hs
@@ -1,4 +1,4 @@
------------------------------------------------------------------------------
+----------------------------------------------------------------------------
-- |
-- Module : Main.hs
-- Copyright : (c) Spencer Janssen 2007
@@ -138,7 +138,7 @@ grabKeys = do
-- XKeysymToKeycode() returns zero."
when (kc /= '\0') $ mapM_ (grab kc . (mask .|.)) extraModifiers
-
+-- | XXX comment me
grabButtons :: X ()
grabButtons = do
XConf { display = dpy, theRoot = rootw } <- ask