diff options
| -rw-r--r-- | src/ColorCache.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ColorCache.hs b/src/ColorCache.hs index 6313a98..e9c5810 100644 --- a/src/ColorCache.hs +++ b/src/ColorCache.hs @@ -20,7 +20,6 @@  module ColorCache(withColors, withDrawingColors) where  import MinXft -import Graphics.X11.Xlib  #else  module ColorCache(withColors) where @@ -31,6 +30,7 @@ import Data.IORef  import System.IO.Unsafe (unsafePerformIO)  import Control.Monad.Trans (MonadIO, liftIO)  import Control.Exception (SomeException, handle) +import Graphics.X11.Xlib  data DynPixel = DynPixel Bool Pixel | 
