diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-21 10:42:58 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-21 10:43:30 -0500 |
| commit | b7393636e05c95ec068e8a1ff063cbefa63a901b (patch) | |
| tree | e78329acc24ce6a30747979edd903bc5a5dcae9f /openbox/openbox.c | |
| parent | cfdbe23e0d9b72b4c220a10ddf60a4e981967b63 (diff) | |
make a config option for the inactive osd font
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 800e6a21..5f926bb6 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -274,7 +274,8 @@ gint main(gint argc, gchar **argv) config_font_inactivewindow, config_font_menutitle, config_font_menuitem, - config_font_osd))) + config_font_activeosd, + config_font_inactiveosd))) { RrThemeFree(ob_rr_theme); ob_rr_theme = theme; |
