Set the right default timeout to 200ms as per the manpage.

PR:		bin/17879
Submitted by:	Samuel Tardieu <sam@ada.eu.org>
This commit is contained in:
roberto 2000-04-11 11:09:39 +00:00
parent ffc6464adb
commit 811e63b36a

View File

@ -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