| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 93 param.grabtype = GRABTYPE_CORE; 466 a.grabtype = GRABTYPE_CORE; 467 b.grabtype = GRABTYPE_XI2; 473 a.grabtype = GRABTYPE_XI; 474 b.grabtype = GRABTYPE_XI2; 480 a.grabtype = GRABTYPE_XI; 481 b.grabtype = GRABTYPE_CORE; 503 a.grabtype = GRABTYPE_XI2; 504 b.grabtype = GRABTYPE_XI2; 533 a.grabtype [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 170 param.grabtype = CORE; 585 a.grabtype = CORE; 586 b.grabtype = XI2; 592 a.grabtype = XI; 593 b.grabtype = XI2; 599 a.grabtype = XI; 600 b.grabtype = CORE; 622 a.grabtype = XI2; 623 b.grabtype = XI2; 652 a.grabtype [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | ungrdev.c | 107 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI)
|
| H A D | ungrdevb.c | 135 temporaryGrab.grabtype = GRABTYPE_XI;
|
| H A D | grabdevb.c | 142 param.grabtype = GRABTYPE_XI;
|
| H A D | grabdevk.c | 140 param.grabtype = GRABTYPE_XI;
|
| H A D | ungrdevk.c | 142 temporaryGrab.grabtype = GRABTYPE_XI;
|
| H A D | xigrabdev.c | 155 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI2)
|
| H A D | xipassivegrab.c | 146 param.grabtype = GRABTYPE_XI2; 330 tempGrab.grabtype = GRABTYPE_XI2;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | grabs.c | 77 GrabType grabtype, 102 grab->grabtype = grabtype; 109 if (grabtype == GRABTYPE_XI2) 230 unsigned int any_modifier = (pFirstGrab->grabtype == GRABTYPE_XI2) ? 261 unsigned int any_modifier = (pFirstGrab->grabtype == GRABTYPE_XI2) ? 265 if (pFirstGrab->grabtype != pSecondGrab->grabtype) 268 if (pFirstGrab->grabtype == GRABTYPE_XI2) 320 unsigned int any_modifier = (pFirstGrab->grabtype 72 CreateGrab(int client,DeviceIntPtr device,DeviceIntPtr modDevice,WindowPtr window,GrabType grabtype,GrabMask * mask,GrabParameters * param,int type,KeyCode keybut,WindowPtr confineTo,CursorPtr cursor) argument [all...] |
| H A D | events.c | 1451 if (grab->grabtype == GRABTYPE_XI2 && 1510 if (!wasImplicit && grab->grabtype == GRABTYPE_XI2) 1528 if (grab->grabtype == GRABTYPE_XI2 && 1583 if (!wasImplicit && grab->grabtype == GRABTYPE_XI2) 2066 tempGrab.grabtype = GRABTYPE_CORE; 2068 tempGrab.grabtype = GRABTYPE_XI; 2072 tempGrab.grabtype = GRABTYPE_XI2; 3385 if (grab->grabtype == GRABTYPE_CORE) 3391 } else if (grab->grabtype == GRABTYPE_XI2) 3409 tempGrab.grabtype 4674 GrabDevice(ClientPtr client,DeviceIntPtr dev,unsigned pointer_mode,unsigned keyboard_mode,Window grabWindow,unsigned ownerEvents,Time ctime,GrabMask * mask,int grabtype,Cursor curs,Window confineToWin,CARD8 * status) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | ungrdev.c | 105 (grab) && SameClient(grab, client) && grab->grabtype == XI)
|
| H A D | grabdevb.c | 141 .grabtype = XI,
|
| H A D | grabdevk.c | 139 .grabtype = XI,
|
| H A D | ungrdevb.c | 138 temporaryGrab->grabtype = XI;
|
| H A D | ungrdevk.c | 145 temporaryGrab->grabtype = XI;
|
| H A D | xigrabdev.c | 171 (grab) && SameClient(grab, client) && grab->grabtype == XI2)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | grabs.c | 85 (grab->grabtype == XI2) ? "xi2" : 86 ((grab->grabtype == CORE) ? "core" : "xi1"), dev->name, dev->id); 124 if (grab->grabtype == CORE) { 128 else if (grab->grabtype == XI) { 133 else if (grab->grabtype == XI2) { 214 WindowPtr window, enum InputLevel grabtype, GrabMask *mask, 227 if (grabtype == CORE || grabtype == XI) 239 grab->grabtype = grabtype; 213 CreateGrab(int client,DeviceIntPtr device,DeviceIntPtr modDevice,WindowPtr window,enum InputLevel grabtype,GrabMask * mask,GrabParameters * param,int type,KeyCode keybut,WindowPtr confineTo,CursorPtr cursor) argument [all...] |
| H A D | gestures.c | 183 if (grab->grabtype == XI2) { 190 else if (grab->grabtype == XI || grab->grabtype == CORE) {
|
| H A D | events.c | 1530 if (grab->grabtype == CORE || grab->grabtype == XI || 1545 listener->level = grab->grabtype; 1572 if (grab->grabtype == CORE || grab->grabtype == XI || 1622 if (grab->grabtype == XI2 && 1678 if (grab->grabtype == CORE || grab->grabtype == XI || 1718 if (!wasImplicit && grab->grabtype == XI2) 1744 if (grab->grabtype 2158 enum InputLevel grabtype; local in function:ActivateImplicitGrab 3969 int grabtype; local in function:MatchForType 5225 GrabDevice(ClientPtr client,DeviceIntPtr dev,unsigned pointer_mode,unsigned keyboard_mode,Window grabWindow,unsigned ownerEvents,Time ctime,GrabMask * mask,int grabtype,Cursor curs,Window confineToWin,CARD8 * status) argument [all...] |
| H A D | touch.c | 702 if (grab->grabtype == XI2) { 708 else if (grab->grabtype == XI || grab->grabtype == CORE) { 714 TouchAddListener(ti, grab->resource, RT_NONE, grab->grabtype, 828 (grab->grabtype == CORE || grab->grabtype == XI)) 832 grab->grabtype == XI2 &&
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xipassivegrabdevice.c | 59 GrabParameters *param, enum InputLevel grabtype, 63 GrabParameters *param, enum InputLevel grabtype, 71 GrabParameters *param, enum InputLevel grabtype, 75 __real_GrabButton(client, dev, modifier_device, button, param, grabtype, mask); 69 __wrap_GrabButton(ClientPtr client,DeviceIntPtr dev,DeviceIntPtr modifier_device,int button,GrabParameters * param,enum InputLevel grabtype,GrabMask * mask) argument
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XIPassiveGrab.c | 37 _XIPassiveGrabDevice(Display* dpy, int deviceid, int grabtype, int detail, argument 77 req->grab_type = grabtype; 213 _XIPassiveUngrabDevice(Display* dpy, int deviceid, int grabtype, int detail, argument 232 req->grab_type = grabtype;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | exevents.h | 139 int grabtype; /* GRABTYPE_CORE, etc. */ member in struct:_GrabParameters 180 GrabType /* grabtype */, 190 GrabType /* grabtype */,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | exevents.h | 147 int grabtype; /* CORE, etc. */ member in struct:_GrabParameters 175 enum InputLevel /* grabtype */ , 184 enum InputLevel /* grabtype */ ,
|