diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-06-04 02:37:26 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-06-04 02:37:26 +0200 |
commit | b465bbffb9d15dd76cd9d0c46e098ee60ace4f20 (patch) | |
tree | 9b74716c616ec4d477d15c6c0c370b6da2755440 /src/XUtil.hsc | |
parent | c87df01f1d1eef7ccd5fb1d03282c6cdb341ce5b (diff) | |
download | xmobar-b465bbffb9d15dd76cd9d0c46e098ee60ace4f20.tar.gz xmobar-b465bbffb9d15dd76cd9d0c46e098ee60ace4f20.tar.bz2 |
Added --with_threaded configuration flag
Fixes #36
Diffstat (limited to 'src/XUtil.hsc')
-rw-r--r-- | src/XUtil.hsc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/XUtil.hsc b/src/XUtil.hsc index 558a4c5..b736c9c 100644 --- a/src/XUtil.hsc +++ b/src/XUtil.hsc @@ -2,10 +2,11 @@ ----------------------------------------------------------------------------- -- | -- Module : XUtil --- Copyright : (C) 2007, 2011 Andrea Rossato +-- Copyright : (C) 2007 Andrea Rossato +-- (C) 2011, 2012 Jose Antonio Ortega Ruiz -- License : BSD3 -- --- Maintainer : andrea.rossato@unitn.it +-- Maintainer : jao@gnu.org -- Stability : unstable -- Portability : unportable -- @@ -34,7 +35,7 @@ import Control.Concurrent import Control.Monad.Trans import Data.IORef import Foreign -import Foreign.C.Types +-- import Foreign.C.Types import Graphics.X11.Xlib hiding (textExtents, textWidth) import qualified Graphics.X11.Xlib as Xlib (textExtents, textWidth) import Graphics.X11.Xlib.Extras |