diff options
Diffstat (limited to 'src/Xmobar/X11')
-rw-r--r-- | src/Xmobar/X11/Loop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/X11/Loop.hs b/src/Xmobar/X11/Loop.hs index 631855c..2d97733 100644 --- a/src/Xmobar/X11/Loop.hs +++ b/src/Xmobar/X11/Loop.hs @@ -81,7 +81,7 @@ x11Loop conf = do fl <- mapM (initFont d) (additionalFonts conf) let ic = Map.empty to = textOffset conf - ts = textOffsets conf ++ replicate (length fl) (-1) + ts = textOffsets conf ++ replicate (length fl) to #ifdef XFT xftInitFtLibrary #endif |