X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=27b00dd7eabe20b36c048c8659f174fc1c2ac78b;hb=712475a9b597a5fa0877b4d3cf3c99aa586641ff;hp=0dceb9208539768b950b2e2746fc02b4feb2c231;hpb=71badb0790c8595a0ab6dedfbf8027c698369210;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 0dceb920..27b00dd7 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -12,20 +12,8 @@ extern gboolean config_focus_last; /*! Focus the last focused window as a fallback when switching desktops */ extern gboolean config_focus_last_on_desktop; -/*! 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;