pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d555b
)
typo
author
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 08:30:50 +0000
(10:30 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 08:30:50 +0000
(10:30 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
bf489b9
..
454a585
100644
(file)
--- 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->
f
g_gc[GTK_WIDGET_STATE(w)],
+ w->style->
b
g_gc[GTK_WIDGET_STATE(w)],
TRUE,
0, 0, w->allocation.width, w->allocation.height);
gdk_draw_rectangle(w->window,
- w->style->
b
g_gc[GTK_WIDGET_STATE(w)],
+ w->style->
f
g_gc[GTK_WIDGET_STATE(w)],
TRUE,
0, 0, width, w->allocation.height);
}