]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
extranous )
[chaz/openbox] / openbox / config.h
index 283fa992282b1b335c4bd70327c2d560047c7f94..f85f4f115e500e2064e3e6a3e994ddb05155170f 100644 (file)
@@ -88,6 +88,8 @@ extern gboolean config_theme_keepborder;
 extern gboolean config_theme_hidedisabled;
 /*! Titlebar button layout */
 extern gchar *config_title_layout;
+/*! Animate windows iconifying and restoring */
+extern gboolean config_animate_iconify;
 
 /*! The font for the active window's title */
 extern RrFont *config_font_activewindow;
@@ -97,6 +99,8 @@ 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 number of desktops */
 extern gint config_desktops_num;
This page took 0.023896 seconds and 4 git commands to generate.