diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-10-02 19:40:24 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-10-02 19:40:24 +0200 |
commit | ddea37f09b9413d27ed82f768f463324af1c9463 (patch) | |
tree | a7a844d755c86d1dda0480ca84c1420e9465a134 /Config.hs-boot | |
parent | 75c02d646e82a2ec17c4766361b678415db62d7e (diff) | |
download | metatile-ddea37f09b9413d27ed82f768f463324af1c9463.tar metatile-ddea37f09b9413d27ed82f768f463324af1c9463.zip |
Pass window name and class info to manageHook
darcs-hash:20071002174024-a5988-0402595a0c982bc7890a7054b2ca3ff5bcaf94fc
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 7c364c2..f9d8ecd 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -8,4 +8,4 @@ logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] possibleLayouts :: [SomeLayout Window] -manageHook :: Window -> ClassHint -> X (WindowSet -> WindowSet) +manageHook :: Window -> (String, String, String) -> X (WindowSet -> WindowSet) |