From: Reginald Kennedy Date: Fri, 13 Jul 2012 18:08:09 +0000 (+0800) Subject: Fix bar_print() so that the background of the text matches the bar color. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8d3f2ce997f12b5d93ff31e256c9ac42eb0faab3;p=spectrwm.git Fix bar_print() so that the background of the text matches the bar color. --- diff --git a/spectrwm.c b/spectrwm.c index 0c2495b..7fd6790 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -1502,6 +1502,8 @@ bar_print(struct swm_region *r, const char *s) sizeof(rect), &rect); /* draw back buffer */ + gcv[0] = r->s->c[SWM_S_COLOR_BAR].color; + xcb_change_gc(conn, r->s->bar_gc, XCB_GC_BACKGROUND, gcv); gcv[0] = r->s->c[SWM_S_COLOR_BAR_FONT].color; xcb_change_gc(conn, r->s->bar_gc, XCB_GC_FOREGROUND, gcv); xcb_image_text_8(conn, len, r->bar->buffer, r->s->bar_gc, x,