summaryrefslogtreecommitdiffhomepage
path: root/src/Bitmap.hs
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-03 22:00:37 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-03 22:00:37 +0100
commit5a1e48ec83f31447831d99aaf4429275ab416216 (patch)
tree2d5b299d8a38ae6cbf01c0827fcd1ca181b33af9 /src/Bitmap.hs
parentdc601c199d55a568902b653566cef49c488e415f (diff)
downloadxmobar-5a1e48ec83f31447831d99aaf4429275ab416216.tar.gz
xmobar-5a1e48ec83f31447831d99aaf4429275ab416216.tar.bz2
Slight hlinting
Diffstat (limited to 'src/Bitmap.hs')
-rw-r--r--src/Bitmap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bitmap.hs b/src/Bitmap.hs
index 3479e28..c512ff2 100644
--- a/src/Bitmap.hs
+++ b/src/Bitmap.hs
@@ -60,4 +60,4 @@ drawBitmap d p gc fc bc x y i =
h = height i
setForeground d gc fc'
setBackground d gc bc'
- copyPlane d (pixmap i) p gc 0 0 w h x (y - (fromIntegral h)) 1
+ copyPlane d (pixmap i) p gc 0 0 w h x (y - fromIntegral h) 1