Searched refs:XCheckIfEvent (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ChkIfEv.c | 38 Bool XCheckIfEvent ( function in typeref:typename:Bool
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Events.c | 86 while (XCheckIfEvent(xnestDisplay, &X, xnestExposurePredicate, NULL)) { 117 while (XCheckIfEvent(xnestDisplay, &X, xnestNotExposurePredicate, NULL)) {
|
| H A D | Window.c | 399 while (XCheckIfEvent(xnestDisplay, &event,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Events.c | 88 while (XCheckIfEvent(xnestDisplay, &X, xnestExposurePredicate, NULL)) { 125 while (XCheckIfEvent(xnestDisplay, &X, xnestNotExposurePredicate, NULL)) {
|
| H A D | Window.c | 405 while (XCheckIfEvent(xnestDisplay, &event,
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 693 XCheckIfEvent \
|
| H A D | Makefile.in | 1085 XCheckIfEvent \
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | colormaps.c | 229 XCheckIfEvent(dpy, &dummy, UninstallRootColormapQScanner, &args);
|
| H A D | event_handlers.c | 3099 XCheckIfEvent(dpy, &dummy, HENQueueScanner, (void *) &scanArgs); 3176 XCheckIfEvent(dpy, &dummy, HENQueueScanner, 3204 XCheckIfEvent(dpy, &dummy, HENQueueScanner, (void *) &scanArgs); 3612 XCheckIfEvent(dpy, &dummy, HLNQueueScanner,
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 2023 (void) XCheckIfEvent(dpy, &dummy, HENQueueScanner, (char *) &scanArgs); 2220 (void) XCheckIfEvent(dpy, &dummy, HLNQueueScanner, 2645 (void) XCheckIfEvent(dpy, &dummy, UninstallRootColormapQScanner, &args);
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 435 * use XIfEvent and XCheckIfEvent and this function as a predicate. Better if 1047 do_event = XCheckIfEvent(dpy, &xev, predicate,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxwindow.c | 765 while (XCheckIfEvent(dmxScreen->beDisplay, &ev,
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | xedit.c | 187 if (XCheckIfEvent(XtDisplay(textwindow), &event, ControlGPredicate, NULL)) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Event.c | 1023 * semantics of XCheckIfEvent (we can't abort without re-ordering 1031 if (XCheckIfEvent(dpy, &event_return, 1048 else /* count == 0 && XCheckIfEvent Failed. */
|
| H A D | Shell.c | 2016 while (XCheckIfEvent(XtDisplay(w), event, isMine, (char *) &q)) { 2027 while (XCheckIfEvent(XtDisplay(w), event, isMine, (char *) &q)) {
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 2102 extern Bool XCheckIfEvent(
|
Completed in 35 milliseconds