projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4213b55
)
default focus text color for titlebars is black
author
Dana Jansens
<danakj@orodu.net>
Wed, 2 Apr 2003 04:17:36 +0000
(
04:17
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 2 Apr 2003 04:17:36 +0000
(
04:17
+0000)
engines/openbox/obtheme.c
patch
|
blob
|
history
diff --git
a/engines/openbox/obtheme.c
b/engines/openbox/obtheme.c
index 6362904dbbd670903f7e4fce2fec2b921da4e8ee..ccd17cc0bf7da1ff8f1c629703cf834c274bb38a 100644
(file)
--- a/
engines/openbox/obtheme.c
+++ b/
engines/openbox/obtheme.c
@@
-345,7
+345,7
@@
gboolean obtheme_load()
ob_s_cb_unfocused_color = color_new(0xff, 0xff, 0xff);
if (!read_color(db, "window.label.focus.textColor",
&ob_s_title_focused_color))
- ob_s_title_focused_color = color_new(0x
ff, 0xff, 0xff
);
+ ob_s_title_focused_color = color_new(0x
0, 0x0, 0x0
);
if (!read_color(db, "window.label.unfocus.textColor",
&ob_s_title_unfocused_color))
ob_s_title_unfocused_color = color_new(0xff, 0xff, 0xff);