summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-01 19:52:46 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-01 19:52:46 +0200
commit75c02d646e82a2ec17c4766361b678415db62d7e (patch)
treedec6ab2db805fd21a8117e883e0dee089e629d91 /Config.hs-boot
parentd4a93abae6e1e07b855cb156cdec21bd404ce477 (diff)
downloadmetatile-75c02d646e82a2ec17c4766361b678415db62d7e.tar
metatile-75c02d646e82a2ec17c4766361b678415db62d7e.zip
Send ClassHints to manageHook
darcs-hash:20071001175246-a5988-008bb0123ca85784c32884ea5e6452747e1df0fb
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index 906ee3b..7c364c2 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -1,10 +1,11 @@
module Config where
import Graphics.X11.Xlib.Types (Dimension)
import Graphics.X11.Xlib (KeyMask,Window)
+import Graphics.X11.Xlib.Extras (ClassHint)
import XMonad
borderWidth :: Dimension
logHook :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
possibleLayouts :: [SomeLayout Window]
-manageHook :: Window -> X (WindowSet -> WindowSet)
+manageHook :: Window -> ClassHint -> X (WindowSet -> WindowSet)