Searched refs:MULTI_CLICK_TIME (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c73 #define MULTI_CLICK_TIME 500L macro
1827 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c94 #define MULTI_CLICK_TIME 500L macro
2159 if ( (labs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&

Completed in 38 milliseconds