From d6ef215583e6293477f674bde75d9a22d0c91d26 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 07:27:21 +0000 Subject: let specify theme in the rc3 file. rm the other old engine options --- openbox/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/config.h') 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 */ -- cgit v1.2.3