summaryrefslogtreecommitdiffstats
path: root/thunk.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-07 03:23:32 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-07 03:23:32 +0100
commit3dc06f20fd102531a005818e28552284786091a7 (patch)
tree91d4b3472bf485575d63e67a4d7a4721f6e31fef /thunk.hs
parent89b9e95bf8a51dbab41a89626ab6a613b0593bf6 (diff)
downloadmetatile-3dc06f20fd102531a005818e28552284786091a7.tar
metatile-3dc06f20fd102531a005818e28552284786091a7.zip
Flatten module hierarchy
darcs-hash:20070307022332-9c5c1-4b24108ce990c0b74183fedf99e6de26d2e7a15c
Diffstat (limited to 'thunk.hs')
-rw-r--r--thunk.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/thunk.hs b/thunk.hs
index 9b63116..3a8f92b 100644
--- a/thunk.hs
+++ b/thunk.hs
@@ -10,8 +10,9 @@ import System.IO
import Graphics.X11.Xlib
import System.Process (runCommand)
import System.Exit
-import Thunk.Wm
-import Thunk.XlibExtras
+
+import Wm
+import XlibExtras
handler :: Event -> Wm ()
handler (MapRequestEvent {window = w}) = manage w