From 22bf54526c96bd108d8b4fa8a7fedd23b6495226 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 21 Sep 2003 19:31:45 +0000 Subject: rename dock/himeTimeout to dock/hideDelay in the config file --- openbox/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/config.h') 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; -- cgit v1.2.3