summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-03 18:24:04 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-03 18:24:04 +0200
commit1888686182ff298b4decec0d660e5e8522feed54 (patch)
tree8ed40d175841624d0749952920a690066bdea0b2 /Config.hs-boot
parent4433b1119ca12a43c7c023f734d368f400a3ec4c (diff)
downloadmetatile-1888686182ff298b4decec0d660e5e8522feed54.tar
metatile-1888686182ff298b4decec0d660e5e8522feed54.zip
manageHook: use the curry style, better documentation
darcs-hash:20071003162404-a5988-0e2b858c29ae9ba45ffa28137b61f5ac671bf005
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index d010c83..b6151c8 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -7,4 +7,4 @@ logHook :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
possibleLayouts :: [Layout Window]
-manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet)
+manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)