diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-30 16:25:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-30 16:25:08 +0000 |
| commit | 54ad34a039d5d83d61c481aaef18d1ea7876d36e (patch) | |
| tree | 789780d745ce38950ca0fdcc7aa1bbff0b62ca95 /openbox/config.h | |
| parent | 9e9e6278d5497b62ee29e60a1a6b79a1d89048e1 (diff) | |
move the titlebar layout from the theme to the rc file
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 79f8432c..0c317dac 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -47,6 +47,9 @@ extern guint config_dock_hide_timeout; /* The name of the theme */ char *config_theme; +/* Titlebar button layout */ +gchar *config_title_layout; + /*! The number of desktops */ extern int config_desktops_num; /*! Names for the desktops */ |
