diff options
author | Alexander Polakov <plhk@sdf.org> | 2013-02-04 02:58:55 +0400 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-04 01:24:43 +0100 |
commit | 30f82a14f8183bade38090b3f3d1fd8463950201 (patch) | |
tree | ce35cef6a284b4c541177a19b74163c5d1a43ce0 /src/Bitmap.hs | |
parent | 3a7859e2147e714471717d4dcb58d9a19c24cb88 (diff) | |
download | xmobar-30f82a14f8183bade38090b3f3d1fd8463950201.tar.gz xmobar-30f82a14f8183bade38090b3f3d1fd8463950201.tar.bz2 |
Use real icon width
Diffstat (limited to 'src/Bitmap.hs')
-rw-r--r-- | src/Bitmap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bitmap.hs b/src/Bitmap.hs index 9df2f67..a896626 100644 --- a/src/Bitmap.hs +++ b/src/Bitmap.hs @@ -13,7 +13,7 @@ module Bitmap ( updateCache , drawBitmap - , Bitmap) where + , Bitmap(..)) where import Control.Monad import Data.Map hiding (foldr, map, filter) |