Lines Matching refs:nextEvent
1282 XEvent nextEvent;
1283 XPeekEvent(event->xcrossing.display, &nextEvent);
1285 if (nextEvent.type == LeaveNotify &&
1286 event->xcrossing.window == nextEvent.xcrossing.window &&
1287 nextEvent.xcrossing.mode == NotifyNormal &&
1289 nextEvent.xcrossing.detail != NotifyInferior) ||
1291 nextEvent.xcrossing.detail == NotifyInferior))) {
1293 XNextEvent(event->xcrossing.display, &nextEvent);
1303 XEvent nextEvent;
1304 XPeekEvent(event->xmotion.display, &nextEvent);
1306 if (nextEvent.type == MotionNotify &&
1307 event->xmotion.window == nextEvent.xmotion.window &&
1308 event->xmotion.subwindow == nextEvent.xmotion.subwindow) {