View | Details | Raw Unified | Return to bug 17879
Collapse All | Expand All

(-)moused.c (-1 / +1 lines)
Lines 76-82 Link Here
76
#define MAX_CLICKTHRESHOLD	2000	/* 2 seconds */
76
#define MAX_CLICKTHRESHOLD	2000	/* 2 seconds */
77
#define MAX_BUTTON2TIMEOUT	2000	/* 2 seconds */
77
#define MAX_BUTTON2TIMEOUT	2000	/* 2 seconds */
78
#define DFLT_CLICKTHRESHOLD	 500	/* 0.5 second */
78
#define DFLT_CLICKTHRESHOLD	 500	/* 0.5 second */
79
#define DFLT_BUTTON2TIMEOUT	 500	/* 0.5 second */
79
#define DFLT_BUTTON2TIMEOUT	 200	/* 0.2 second */
80
80
81
#define TRUE		1
81
#define TRUE		1
82
#define FALSE		0
82
#define FALSE		0

Return to bug 17879