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

/ast/src/lib/libtk/generic/
H A DtkBind.c64 * Note: it is probably a bad idea to reduce EVENT_BUFFER_SIZE much
70 * and two intervening releases. If you reduce EVENT_BUFFER_SIZE too
75 #define EVENT_BUFFER_SIZE 30 macro
77 XEvent eventRing[EVENT_BUFFER_SIZE];/* Circular queue of recent events
80 Detail detailRing[EVENT_BUFFER_SIZE];/* "Detail" information (keySym,
729 for (i = 0; i < EVENT_BUFFER_SIZE; i++) {
1241 i = EVENT_BUFFER_SIZE - 1;
1255 if (bindPtr->curEvent >= EVENT_BUFFER_SIZE) {
1556 ringCount = EVENT_BUFFER_SIZE;
1683 eventPtr = &bindPtr->eventRing[EVENT_BUFFER_SIZE
[all...]

Completed in 14 milliseconds