From d579c840a5038d45c4fecde84dc99d6b14677e20 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 11 Sep 2022 03:25:59 +0100 Subject: fix for the default, non-cairo build --- src/Xmobar/X11/Draw.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Xmobar/X11/Draw.hs') diff --git a/src/Xmobar/X11/Draw.hs b/src/Xmobar/X11/Draw.hs index 643ec13..2d61b67 100644 --- a/src/Xmobar/X11/Draw.hs +++ b/src/Xmobar/X11/Draw.hs @@ -54,10 +54,10 @@ drawInWin conf bound@(Rectangle _ _ wid ht) segments = do liftIO $ setGraphicsExposures d gc False #if defined(XFT) || defined(CAIRO) - let conf = config r - alph = alpha conf + let xconf = config r + alph = alpha xconf when (alph < 255) - (liftIO $ drawBackground d p (bgColor conf) alph (Rectangle 0 0 wid ht)) + (liftIO $ drawBackground d p (bgColor xconf) alph (Rectangle 0 0 wid ht)) #endif #ifdef CAIRO -- cgit v1.2.3