Searched refs:grabtype (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c93 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 Dinput.c170 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 Dungrdev.c107 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI)
H A Dungrdevb.c135 temporaryGrab.grabtype = GRABTYPE_XI;
H A Dgrabdevb.c142 param.grabtype = GRABTYPE_XI;
H A Dgrabdevk.c140 param.grabtype = GRABTYPE_XI;
H A Dungrdevk.c142 temporaryGrab.grabtype = GRABTYPE_XI;
H A Dxigrabdev.c155 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI2)
H A Dxipassivegrab.c146 param.grabtype = GRABTYPE_XI2;
330 tempGrab.grabtype = GRABTYPE_XI2;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgrabs.c77 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 Devents.c1451 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 Dungrdev.c105 (grab) && SameClient(grab, client) && grab->grabtype == XI)
H A Dgrabdevb.c141 .grabtype = XI,
H A Dgrabdevk.c139 .grabtype = XI,
H A Dungrdevb.c138 temporaryGrab->grabtype = XI;
H A Dungrdevk.c145 temporaryGrab->grabtype = XI;
H A Dxigrabdev.c171 (grab) && SameClient(grab, client) && grab->grabtype == XI2)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c85 (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 Dgestures.c183 if (grab->grabtype == XI2) {
190 else if (grab->grabtype == XI || grab->grabtype == CORE) {
H A Devents.c1530 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 Dtouch.c702 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 Dprotocol-xipassivegrabdevice.c59 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 DXIPassiveGrab.c37 _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 Dexevents.h139 int grabtype; /* GRABTYPE_CORE, etc. */ member in struct:_GrabParameters
180 GrabType /* grabtype */,
190 GrabType /* grabtype */,
/xsrc/external/mit/xorg-server/dist/include/
H A Dexevents.h147 int grabtype; /* CORE, etc. */ member in struct:_GrabParameters
175 enum InputLevel /* grabtype */ ,
184 enum InputLevel /* grabtype */ ,

Completed in 23 milliseconds

12