summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-21 19:31:45 +0000
committerDana Jansens <danakj@orodu.net>2003-09-21 19:31:45 +0000
commit22bf54526c96bd108d8b4fa8a7fedd23b6495226 (patch)
tree63bb1ace022bdf48ed51706ef8ad172fdd9c11b9 /openbox/config.h
parent38370b2e82c20acc1a42a03e1e26bdc018a0b9e5 (diff)
rename dock/himeTimeout to dock/hideDelay in the config file
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 4e687395..917e8fa7 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -54,7 +54,7 @@ extern ObOrientation config_dock_orient;
/*! Whether to auto-hide the dock when the pointer is not over it */
extern gboolean config_dock_hide;
/*! The number of microseconds to wait before hiding the dock */
-extern guint config_dock_hide_timeout;
+extern guint config_dock_hide_delay;
/* The name of the theme */
extern char *config_theme;