aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ImageButtonDecoration.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/ImageButtonDecoration.hs')
-rw-r--r--XMonad/Layout/ImageButtonDecoration.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/ImageButtonDecoration.hs b/XMonad/Layout/ImageButtonDecoration.hs
index cab72fd..0a44fe7 100644
--- a/XMonad/Layout/ImageButtonDecoration.hs
+++ b/XMonad/Layout/ImageButtonDecoration.hs
@@ -140,7 +140,7 @@ closeButton' = [[1,1,0,0,0,0,0,0,1,1],
closeButton :: [[Bool]]
-closeButton = convertToBool closeButton'
+closeButton = convertToBool closeButton'
-- | A function intended to be plugged into the 'decorationCatchClicksHook' of a decoration.
-- It will intercept clicks on the buttons of the decoration and invoke the associated action.