diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 07:27:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 07:27:21 +0000 |
| commit | d6ef215583e6293477f674bde75d9a22d0c91d26 (patch) | |
| tree | d65eefe8ef1892e539e1fb9a5f16a04f53d1f4b4 /openbox/config.h | |
| parent | 159423ff17606a1e1ababec295da1e25d0c57793 (diff) | |
let specify theme in the rc3 file. rm the other old engine options
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index b69f74a1..27b00dd7 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -12,6 +12,9 @@ extern gboolean config_focus_last; /*! Focus the last focused window as a fallback when switching desktops */ extern gboolean config_focus_last_on_desktop; +/* The name of the theme */ +char *config_theme; + /*! The number of desktops */ extern int config_desktops_num; /*! Names for the desktops */ |
