From: Dana Jansens Date: Fri, 1 Jun 2007 01:57:30 +0000 (+0000) Subject: merge r7209 from trunk X-Git-Tag: openbox-3_3_995-RELEASE~17 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8c565a86dedce638eb47e3cd0e1b72deec3d2c2a;p=dana%2Fopenbox.git merge r7209 from trunk --- diff --git a/data/rc.xml b/data/rc.xml index 801339e8..3ffe2a11 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -223,7 +223,7 @@ - 3 + 8 200 diff --git a/doc/rc-mouse-focus.xml b/doc/rc-mouse-focus.xml index dcfc3811..acf2c14a 100644 --- a/doc/rc-mouse-focus.xml +++ b/doc/rc-mouse-focus.xml @@ -221,7 +221,7 @@ - 3 + 8 200 diff --git a/openbox/config.c b/openbox/config.c index 480308be..86068d75 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -904,7 +904,7 @@ void config_startup(ObParseInst *i) parse_register(i, "keyboard", parse_keyboard, NULL); - config_mouse_threshold = 3; + config_mouse_threshold = 8; config_mouse_dclicktime = 200; bind_default_mouse();