diff options
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index 081561cb..49e7c44e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -13,6 +13,8 @@ extern gboolean config_focus_last; extern gboolean config_focus_last_on_desktop; /*! Show a popup dialog while cycling focus */ extern gboolean config_focus_popup; +/*! The number of slits to create */ +extern int config_slit_number; /* The name of the theme */ char *config_theme; |
