From: Enno Boland (tox) Date: Mon, 7 Sep 2009 08:30:50 +0000 (+0200) Subject: typo X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=ea2d9489303f3eacc77f6afcbcd13d2a7a0fe54a;p=surf.git typo --- diff --git a/surf.c b/surf.c index bf489b9..454a585 100644 --- a/surf.c +++ b/surf.c @@ -183,11 +183,11 @@ drawindicator(Client *c) { w = c->indicator; width = c->progress * w->allocation.width / 100; gdk_draw_rectangle(w->window, - w->style->fg_gc[GTK_WIDGET_STATE(w)], + w->style->bg_gc[GTK_WIDGET_STATE(w)], TRUE, 0, 0, w->allocation.width, w->allocation.height); gdk_draw_rectangle(w->window, - w->style->bg_gc[GTK_WIDGET_STATE(w)], + w->style->fg_gc[GTK_WIDGET_STATE(w)], TRUE, 0, 0, width, w->allocation.height); }