From 97792a403a52c12c2601a7b2caebdea197f0b5f0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 23 Jun 2007 19:52:09 +0000 Subject: warp desktops when you hit the edge of the screen while moving a window --- openbox/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/config.h') 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; -- cgit v1.2.3