From 67e0c9f540cde8c837d125cb9ba59f433460dd4d Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 9 Sep 2012 04:34:17 +0200 Subject: Missing Window module in cabal file --- src/Xmobar.hs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/Xmobar.hs b/src/Xmobar.hs index b58a961..de0de0a 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -262,11 +262,7 @@ printStrings dr gc fontst offs a sl@((s,c,l):xs) = do let (conf,d) = (config &&& display) r Rectangle _ _ wid ht = rect r totSLen = foldr (\(_,_,len) -> (+) len) 0 sl -#ifdef XFT - valign = (fi ht + fi (as + ds)) `div` 2 -#else - valign = (fi ht `div` 2) + (fi (as + ds) `div` 3) -#endif + valign = ((fi ht + fi (as + ds)) `div` 2) - 1 remWidth = fi wid - fi totSLen offset = case a of C -> (remWidth + offs) `div` 2 -- cgit v1.2.3