summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.c
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-04-11 11:09:39 +0000
committerroberto <roberto@FreeBSD.org>2000-04-11 11:09:39 +0000
commit575ea395bae584254dbc3b5e8046bbc8a701ac53 (patch)
tree88ae62586823ac383962d861daf49946cc549ef7 /usr.sbin/moused/moused.c
parentbbbb5181e609548917c104eef6040b9cefc81c66 (diff)
downloadFreeBSD-src-575ea395bae584254dbc3b5e8046bbc8a701ac53.zip
FreeBSD-src-575ea395bae584254dbc3b5e8046bbc8a701ac53.tar.gz
Set the right default timeout to 200ms as per the manpage.
PR: bin/17879 Submitted by: Samuel Tardieu <sam@ada.eu.org>
Diffstat (limited to 'usr.sbin/moused/moused.c')
-rw-r--r--usr.sbin/moused/moused.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index c3d1160..0bbe0bd 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -76,7 +76,7 @@ static const char rcsid[] =
#define MAX_CLICKTHRESHOLD 2000 /* 2 seconds */
#define MAX_BUTTON2TIMEOUT 2000 /* 2 seconds */
#define DFLT_CLICKTHRESHOLD 500 /* 0.5 second */
-#define DFLT_BUTTON2TIMEOUT 500 /* 0.5 second */
+#define DFLT_BUTTON2TIMEOUT 200 /* 0.2 second */
#define TRUE 1
#define FALSE 0
OpenPOWER on IntegriCloud