From c5b156ef78b8af1a5fc9174992185884a0a0f714 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Sep 2003 09:08:05 +0000 Subject: [PATCH] timeouts are all in millisecond --- openbox/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/config.h b/openbox/config.h index 3312adb6..e6cb94b1 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -16,7 +16,7 @@ extern gboolean config_focus_follow; extern gboolean config_focus_last; /*! Focus the last focused window as a fallback when switching desktops */ extern gboolean config_focus_last_on_desktop; -/*! Timeout for focusing windows on focus follows mouse, in microseconds */ +/*! Timeout for focusing windows on focus follows mouse, in milliseconds */ extern guint config_focus_delay; /*! When true windows' contents are refreshed while they are resized; otherwise -- 2.44.0