aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/XUtils.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-21 15:13:19 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-21 15:13:19 +0100
commit23ef5dd050903c765851e042d4a30ccbad79621d (patch)
tree7487558442bb699d4c238e4ece5503cc88d5c14a /XMonad/Util/XUtils.hs
parentb5e9b2cd301833c3add27585208f6afc6215c28c (diff)
downloadXMonadContrib-23ef5dd050903c765851e042d4a30ccbad79621d.tar.gz
XMonadContrib-23ef5dd050903c765851e042d4a30ccbad79621d.tar.xz
XMonadContrib-23ef5dd050903c765851e042d4a30ccbad79621d.zip
XUtils: haddock fix
darcs-hash:20071121141319-32816-d562b3c0708cd412aa83acef0878d4954dcc0cb6.gz
Diffstat (limited to 'XMonad/Util/XUtils.hs')
-rw-r--r--XMonad/Util/XUtils.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Util/XUtils.hs b/XMonad/Util/XUtils.hs
index e53d371..911826a 100644
--- a/XMonad/Util/XUtils.hs
+++ b/XMonad/Util/XUtils.hs
@@ -35,7 +35,8 @@ import XMonad
import XMonad.Util.Font
-- $usage
--- See Tabbed or DragPane for usage examples
+-- See "XMonad.Layout.Tabbed" or "XMonad.Layout.DragPane" for usage
+-- examples
-- | Compute the weighted average the colors of two given Pixel values.
averagePixels :: Pixel -> Pixel -> Double -> X Pixel