Home | History | Annotate | Download | only in x11

Lines Matching full:peekevent

304 	XEvent peekevent;
309 XPeekEvent(display, &peekevent);
310 if ( (peekevent.type == KeyPress) &&
311 (peekevent.xkey.keycode == event->xkey.keycode) &&
312 ((peekevent.xkey.time-event->xkey.time) < 2) ) {
314 XNextEvent(display, &peekevent);