From b7393636e05c95ec068e8a1ff063cbefa63a901b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 21 Dec 2009 10:42:58 -0500 Subject: make a config option for the inactive osd font --- openbox/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbox/config.h') 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; -- cgit v1.2.3