Searched refs:NotifyGrab (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 268 #define NotifyGrab 1 macro
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | colormaps.c | 197 if(ev->xcrossing.mode != NotifyGrab) {
|
| H A D | event_handlers.c | 3089 if(ewp->mode == NotifyGrab) { 3477 if(ev->type == EnterNotify && ev->xcrossing.mode != NotifyGrab) {
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 285 case NotifyGrab: 286 mode = "NotifyGrab"; 357 case NotifyGrab: 358 mode = "NotifyGrab";
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 2014 if (ewp->mode == NotifyGrab) 2160 if (ev->type == EnterNotify && ev->xcrossing.mode != NotifyGrab) { 2617 if (ev->xcrossing.mode != NotifyGrab)
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 466 CASETYPE(NotifyGrab);
|
| H A D | misc.c | 1264 && (event->mode == NotifyGrab || event->mode == NotifyUngrab)) { 1295 * XGrabKeyboard() will generate NotifyGrab event that we want to 1298 if (event->mode != NotifyGrab) {
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | enterleave.c | 1556 if (from == to && mode != NotifyGrab && mode != NotifyUngrab)
|
| H A D | events.c | 1635 DoEnterLeaveEvents(mouse, mouse->id, oldWin, grab->window, NotifyGrab); 1763 DoFocusEvents(keybd, oldWin, grab->window, NotifyGrab);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMparse.c | 178 {"Grab", 0, NotifyGrab},
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 1463 DoEnterLeaveEvents(mouse, mouse->id, oldWin, grab->window, NotifyGrab); 1543 DoFocusEvents(keybd, oldWin, grab->window, NotifyGrab);
|
Completed in 40 milliseconds