Introduction
Introduction Statistics Contact Development Disclaimer Help
ttypo - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit ea2d9489303f3eacc77f6afcbcd13d2a7a0fe54a
parent b1d555b9fe1a32ad7d3ac2d33135b2907ef013f4
Author: Enno Boland (tox) <[email protected]>
Date: Mon, 7 Sep 2009 10:30:50 +0200
ttypo
Diffstat:
M surf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -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);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.