Searched refs:xcrossing (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Events.c | 174 if (X.xcrossing.detail != NotifyInferior) { 175 pScreen = xnestScreen(X.xcrossing.window); 177 NewCurrentScreen(inputInfo.pointer, pScreen, X.xcrossing.x, 178 X.xcrossing.y); 179 valuators[0] = X.xcrossing.x; 180 valuators[1] = X.xcrossing.y; 191 if (X.xcrossing.detail != NotifyInferior) { 192 pScreen = xnestScreen(X.xcrossing.window);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Events.c | 188 if (X.xcrossing.detail != NotifyInferior) { 189 pScreen = xnestScreen(X.xcrossing.window); 191 NewCurrentScreen(inputInfo.pointer, pScreen, X.xcrossing.x, X.xcrossing.y); 192 valuators[0] = X.xcrossing.x; 193 valuators[1] = X.xcrossing.y; 206 if (X.xcrossing.detail != NotifyInferior) { 207 pScreen = xnestScreen(X.xcrossing.window);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_utils.c | 113 return e->xcrossing.window; /* same */ 197 e->xcrossing.x_root -= Scr->rootx; 198 e->xcrossing.y_root -= Scr->rooty; 199 e->xcrossing.root = Scr->Root;
|
| H A D | event_handlers.c | 3045 if(ev->xcrossing.window == args->w && 3046 ev->xcrossing.mode == NotifyNormal) { 3052 (ev->xcrossing.detail == NotifyInferior); 3056 if(ev->xcrossing.mode == NotifyUngrab) { 3076 XEnterWindowEvent *ewp = &Event.xcrossing; 3117 SetFocus(NULL, Event.xcrossing.time); 3316 && Event.xcrossing.focus) { 3333 if(Event.xcrossing.focus) { 3477 if(ev->type == EnterNotify && ev->xcrossing.mode != NotifyGrab) { 3479 if(ev->xcrossing [all...] |
| H A D | event_core.c | 403 EventTime = ev->xcrossing.time;
|
| H A D | colormaps.c | 197 if(ev->xcrossing.mode != NotifyGrab) { 202 if(ev->xcrossing.mode == NotifyNormal) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxbackend.c | 360 X.xcrossing.root, X.xcrossing.x, X.xcrossing.y, 383 X.xcrossing.root, X.xcrossing.x, X.xcrossing.y, 384 X.xcrossing.detail, X.xcrossing.focus,
|
| H A D | dmxconsole.c | 526 X.xcrossing.x, X.xcrossing.y, raising, priv->fine); 535 X.xcrossing.x, X.xcrossing.y, raising, priv->fine, 550 raiseX = X.xcrossing.x; 551 raiseY = X.xcrossing.y; 555 if (!X.xcrossing.x && !X.xcrossing.y)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 683 if (event.xcrossing.mode != NotifyNormal || 684 event.xcrossing.detail == NotifyNonlinearVirtual || 685 event.xcrossing.detail == NotifyVirtual) { 701 event.xcrossing.window, &num); 707 window = __glutGetWindow(event.xcrossing.window); 743 window->passive(event.xcrossing.x, event.xcrossing.y); 765 __glutGetWindow(ahead.xcrossing.window) == window) { 777 window->passive(event.xcrossing.x, event.xcrossing [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 205 lastTimestamp = ev->xcrossing.time; 244 case LeaveNotify: return e->xcrossing.window; /* same */ 1962 if (ev->xcrossing.window == ((HENScanArgs *) args)->w && 1963 ev->xcrossing.mode == NotifyNormal) { 1969 (ev->xcrossing.detail == NotifyInferior); 1973 if (ev->xcrossing.mode == NotifyUngrab) 1987 XEnterWindowEvent *ewp = &Event.xcrossing; 2160 if (ev->type == EnterNotify && ev->xcrossing.mode != NotifyGrab) { 2162 if (ev->xcrossing.window == ((HLNScanArgs *) args)->w) 2185 if (Event.xcrossing [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Event.c | 1279 event->xcrossing.mode == NotifyNormal && 1281 if (XPending(event->xcrossing.display)) { 1283 XPeekEvent(event->xcrossing.display, &nextEvent); 1286 event->xcrossing.window == nextEvent.xcrossing.window && 1287 nextEvent.xcrossing.mode == NotifyNormal && 1288 ((event->xcrossing.detail != NotifyInferior && 1289 nextEvent.xcrossing.detail != NotifyInferior) || 1290 (event->xcrossing.detail == NotifyInferior && 1291 nextEvent.xcrossing [all...] |
| H A D | Keyboard.c | 480 if ((event->xcrossing.detail != NotifyInferior) 481 && (event->xcrossing.focus)) {
|
| H A D | TMstate.c | 524 tmEvent->event.eventCode = (TMLongCard) event->xcrossing.mode; 525 tmEvent->event.modifiers = event->xcrossing.state;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Scrollbar.c | 686 Check(xcrossing.mode); 687 Check(xcrossing.detail); 688 Check(xcrossing.state); 750 *x = (Position)event->xcrossing.x; 751 *y = (Position)event->xcrossing.y;
|
| H A D | SimpleMenu.c | 826 loc.x = (short)event->xcrossing.x_root; 827 loc.y = (short)event->xcrossing.y_root; 1537 x_loc = event->xcrossing.x; 1538 y_loc = event->xcrossing.y; 1539 x_root = event->xcrossing.x_root;
|
| H A D | Panner.c | 551 *x = event->xcrossing.x - pad; 552 *y = event->xcrossing.y - pad;
|
| H A D | TextAction.c | 299 ctx->text.time = event->xcrossing.time; 326 ctx->text.ev_x = (Position)(event->xcrossing.x); 327 ctx->text.ev_y = (Position)(event->xcrossing.y); 2962 if ((event->xcrossing.detail != NotifyInferior) && event->xcrossing.focus 2973 if ((event->xcrossing.detail != NotifyInferior) && event->xcrossing.focus 3376 && (!event->xcrossing.focus))
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 823 ev->xcrossing.y, 824 ev->xcrossing.x, 825 ev->xcrossing.y_root, 826 ev->xcrossing.x_root, 827 visibleNotifyMode(ev->xcrossing.mode), 828 visibleNotifyDetail(ev->xcrossing.detail)));
|
| H A D | misc.c | 119 (event.xcrossing.window == XtWindow(XtParent(xw)) || \ 121 event.xcrossing.window == XtWindow(XtParent(tekWidget))))) 125 (event.xcrossing.window == XtWindow(XtParent(xw)))) 629 DoSpecialEnterNotify(xw, &event.xcrossing); 631 DoSpecialLeaveNotify(xw, &event.xcrossing); 633 && event.xcrossing.window == XtWindow(xw)) {
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 975 XCrossingEvent xcrossing; member in union:_XEvent
|
Completed in 53 milliseconds