]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
(no commit message)
[chaz/openbox] / openbox / config.h
index fc300d6c6b5d620bf8667f6a410a36ccefc6a8f8..c69e645b680e84c06df0972be7ce7a2f3c6143b2 100644 (file)
@@ -23,6 +23,7 @@
 #include "misc.h"
 #include "stacking.h"
 #include "place.h"
+#include "render/render.h"
 
 #include <glib.h>
 
@@ -90,8 +91,15 @@ extern gboolean config_theme_keepborder;
 extern gboolean config_theme_hidedisabled;
 /*! Titlebar button layout */
 extern gchar *config_title_layout;
-/*! Append a unique number to windows with same titles */
-extern gboolean config_title_number;
+
+/*! The font for the active window's title */
+extern RrFont *config_font_activewindow;
+/*! The font for inactive windows' titles */
+extern RrFont *config_font_inactivewindow;
+/*! The font for menu titles */
+extern RrFont *config_font_menutitle;
+/*! The font for menu items */
+extern RrFont *config_font_menuitem;
 
 /*! The number of desktops */
 extern gint config_desktops_num;
This page took 0.020744 seconds and 4 git commands to generate.