summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Operations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index f30460a..b80d16f 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -98,7 +98,7 @@ hide w = withDisplay $ \d -> do
-- Window operations
-- | setButtonGrab. Tell whether or not to intercept clicks on a given window
-buttonsToGrab :: [ButtonMask]
+buttonsToGrab :: [Button]
buttonsToGrab = [button1, button2, button3]
setButtonGrab :: Bool -> Window -> X ()