summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-07-14 13:44:33 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-07-14 13:44:33 +0000
commit1cfb65bc401ee8f44103a1a74404d191106a7535 (patch)
tree8da8885e28dec7487a71d2d13798fec725e91236 /openbox/config.h
parent6ec1881579c8b4499399ed25026f1e5376d0c04b (diff)
add a config option hideDisabled in the theme section that hides disabled buttons instead of showing them as disabled, based on patch in bug #2310
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index b04d06af..5be26ef4 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -84,6 +84,8 @@ extern gchar *config_theme;
/* Show the onepixel border after toggleDecor */
extern gboolean config_theme_keepborder;
+/* Hide window frame buttons that the window doesn't allow */
+extern gboolean config_theme_hidedisabled;
/* Titlebar button layout */
extern gchar *config_title_layout;