summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-21 10:42:58 -0500
committerDana Jansens <danakj@orodu.net>2009-12-21 10:43:30 -0500
commitb7393636e05c95ec068e8a1ff063cbefa63a901b (patch)
treee78329acc24ce6a30747979edd903bc5a5dcae9f /openbox/config.h
parentcfdbe23e0d9b72b4c220a10ddf60a4e981967b63 (diff)
make a config option for the inactive osd font
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 18c97ede..11796dcb 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -152,8 +152,10 @@ extern RrFont *config_font_inactivewindow;
extern RrFont *config_font_menutitle;
/*! The font for menu items */
extern RrFont *config_font_menuitem;
-/*! The font for on-screen-displays/popups */
-extern RrFont *config_font_osd;
+/*! The font for on-screen-displays/popups' active text */
+extern RrFont *config_font_activeosd;
+/*! The font for on-screen-displays/popups' inactive text */
+extern RrFont *config_font_inactiveosd;
/*! The number of desktops */
extern guint config_desktops_num;