diff options
Diffstat (limited to 'src/Xmobar/Draw')
| -rw-r--r-- | src/Xmobar/Draw/Cairo.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Xmobar/Draw/Cairo.hs b/src/Xmobar/Draw/Cairo.hs index 8fa4c46..a25cca0 100644 --- a/src/Xmobar/Draw/Cairo.hs +++ b/src/Xmobar/Draw/Cairo.hs @@ -159,9 +159,9 @@ drawBoxes dctx surf [bi] = drawBBox dctx surf bi  drawBoxes _ _ [] = return ()  #ifndef XRENDER -drawCairoBackground :: DrawContext -> Surface -> IO () +drawCairoBackground :: T.DrawContext -> Surface -> IO ()  drawCairoBackground dctx surf = do -  let (c, _) = readColourName (C.bgColor (dcConfig dctx)) +  let (c, _) = readColourName (C.bgColor (T.dcConfig dctx))    Cairo.renderWith surf $ setSourceColor (c, 1.0) >> Cairo.paint  #endif | 
