Searched refs:RaiseDelay (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dparse.h22 extern int RaiseDelay;
H A Dparse.c94 int RaiseDelay = 0; /* msec, for AutoRaise */ variable in typeref:typename:int
H A Dparse_be.c1258 RaiseDelay = num;
H A Devent_handlers.c3142 /* Handle RaiseDelay, if any.....
3144 if(RaiseDelay > 0) {
3165 /* The granularity of RaiseDelay is about 25 ms.
3170 for(i = 25; i < RaiseDelay; i += 25) {
3186 * We want the pointer to be still for RaiseDelay
3217 /* End of RaiseDelay modification. */
H A DCHANGES.md2091 1. AutoRaise with RaiseDelay. Thanks to Johan Vromans <<jv@mh.nl>> who
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc493 the amount of time specified by the `RaiseDelay` variable. This action can be
1592 RaiseDelay `milliseconds`::

Completed in 15 milliseconds