aboutsummaryrefslogtreecommitdiffstats
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
commitdf36a36fe10f22bc337784f8559e77401dd9a18e (patch)
tree8ed40d175841624d0749952920a690066bdea0b2 /Config.hs-boot
parent85969515078f1273596e5b64e23678aab1d9df94 (diff)
downloadxmonad-df36a36fe10f22bc337784f8559e77401dd9a18e.tar.gz
xmonad-df36a36fe10f22bc337784f8559e77401dd9a18e.tar.xz
xmonad-df36a36fe10f22bc337784f8559e77401dd9a18e.zip
manageHook: use the curry style, better documentation
darcs-hash:20071003162404-a5988-0e2b858c29ae9ba45ffa28137b61f5ac671bf005.gz
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)