summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index e8c70eb2..8a365f89 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -153,6 +153,9 @@ extern gint config_mouse_threshold;
/*! Number of milliseconds within which 2 clicks must occur to be a
double-click */
extern gint config_mouse_dclicktime;
+/*! Number of milliseconds that the mouse has to be on the screen edge before
+ a screen edge event is triggered */
+extern gint config_mouse_screenedgetime;
/*! Number of pixels to resist while crossing another window's edge */
extern gint config_resist_win;