diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-23 19:52:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-23 19:52:09 +0000 |
| commit | 97792a403a52c12c2601a7b2caebdea197f0b5f0 (patch) | |
| tree | 670e164358ee8b3e9717cd2969a702151173ef79 /openbox/config.h | |
| parent | d933f5c11f1bdb2a6dca89a2a23d325e63dc2eee (diff) | |
warp desktops when you hit the edge of the screen while moving a window
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 3 |
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; |
