From df36a36fe10f22bc337784f8559e77401dd9a18e Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 3 Oct 2007 18:24:04 +0200 Subject: manageHook: use the curry style, better documentation darcs-hash:20071003162404-a5988-0e2b858c29ae9ba45ffa28137b61f5ac671bf005.gz --- Operations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Operations.hs') diff --git a/Operations.hs b/Operations.hs index 8c2623f..62e007c 100644 --- a/Operations.hs +++ b/Operations.hs @@ -66,7 +66,7 @@ manage w = whenX (fmap not $ isClient w) $ withDisplay $ \d -> do n <- fmap (fromMaybe "") $ io $ fetchName d w (ClassHint rn rc) <- io $ getClassHint d w - g <- manageHook w (n, rn, rc) + g <- manageHook w n rn rc windows (g . f) -- | unmanage. A window no longer exists, remove it from the window -- cgit v1.2.3