From fba24cf073dc217d202dfb527bc0c9f8ddcbbd2d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 01:56:46 +0000 Subject: [PATCH] make the default drag threshold 8px --- data/rc.xml | 2 +- doc/rc-mouse-focus.xml | 2 +- openbox/config.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/rc.xml b/data/rc.xml index 819fb00..806e18e 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 dcfc381..acf2c14 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 480308b..86068d7 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(); -- 1.9.1