Author: bgbnbigben
Date: 2011-02-06 05:13:48 -0800 (Sun, 06 Feb 2011)
New Revision: 8386
Log:
Slight modification of double-click times for X11
Modified:
trunk/src/x11/run.cxx
Modified: trunk/src/x11/run.cxx
===================================================================
--- trunk/src/x11/run.cxx 2011-02-06 12:46:47 UTC (rev 8385)
+++ trunk/src/x11/run.cxx 2011-02-06 13:13:48 UTC (rev 8386)
@@ -1228,7 +1228,7 @@
static int px, py;
static ulong ptime;
if (abs(e_x_root-px)+abs(e_y_root-py) > 3
- || event_time >= ptime+(push?1000:200)) {
+ || event_time >= ptime+(push?400:1000)) {
e_is_click = 0;
recent_keycode = 0;
}
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit