]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
all my changes while i was offline.
[chaz/openbox] / openbox / config.h
index 0dceb9208539768b950b2e2746fc02b4feb2c231..081561cb05d322c98874f94bb9b5b49f8af9342c 100644 (file)
@@ -11,21 +11,11 @@ extern gboolean config_focus_follow;
 extern gboolean config_focus_last;
 /*! Focus the last focused window as a fallback when switching desktops */
 extern gboolean config_focus_last_on_desktop;
+/*! Show a popup dialog while cycling focus */
+extern gboolean config_focus_popup;
 
-/*! The engine to load */
-extern char *config_engine_name;
-/*! The theme to load */
-extern char *config_engine_theme;
-/*! The titlebar layout */
-extern char *config_engine_layout;
-/*! The titlebar font */
-extern char *config_engine_font;
-/*! The titlebar font's shadow */
-extern gboolean config_engine_shadow;
-/*! The titlebar font's shadow offset */
-extern int config_engine_shadow_offset;
-/*! The titlebar font's shadow transparency */
-extern int config_engine_shadow_tint;
+/* The name of the theme */
+char *config_theme;
 
 /*! The number of desktops */
 extern int config_desktops_num;
This page took 0.022527 seconds and 4 git commands to generate.