diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-08 12:17:02 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-08 12:17:02 +0200 |
commit | e890c130c1f75d08d840136bcb0ea9e2df455d0f (patch) | |
tree | 1a2fc0487223f64ffc7b13c6229f2b680383a0ef /XMobar.hs | |
parent | b79dc579f90c519de2883febce0952e1d233d76b (diff) | |
download | xmobar-e890c130c1f75d08d840136bcb0ea9e2df455d0f.tar.gz xmobar-e890c130c1f75d08d840136bcb0ea9e2df455d0f.tar.bz2 |
hope this fixes the "flickering text" problem reported by Krzysztof
darcs-hash:20070708101702-d6583-95d021f3140ee5955d8438742a61b10115e2e8cd.gz
Diffstat (limited to 'XMobar.hs')
-rw-r--r-- | XMobar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ drawInWin str = -- free everything io $ freeFont dpy fontst io $ freeGC dpy gc - io $ flush dpy + io $ sync dpy True -- | An easy way to print the stuff we need to print printStrings :: GC |