diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2000-04-11 11:09:39 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2000-04-11 11:09:39 +0000 |
| commit | 59d38e11ec30628087f3ab3d92cdb7464e3334ab (patch) | |
| tree | d93bc71094a9d9d62d84f097e47b6f0cbece60d2 /usr.sbin/moused | |
| parent | 63bfdbdb0afcc5dee8ffbdcfd1f6d85677f49505 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/moused')
| -rw-r--r-- | usr.sbin/moused/moused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index c3d1160e81d1..0bbe0bde95d4 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 |
