HomeSort by: relevance | last modified time | path
    Searched refs:grabtype (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/test/
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 = GRABTYPE_XI
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/
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 = XI
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
ungrdev.c 105 (grab) && SameClient(grab, client) && grab->grabtype == XI)
grabdevb.c 141 .grabtype = XI,
grabdevk.c 139 .grabtype = XI,
ungrdevb.c 138 temporaryGrab->grabtype = XI;
ungrdevk.c 145 temporaryGrab->grabtype = XI;
xigrabdev.c 171 (grab) && SameClient(grab, client) && grab->grabtype == XI2)
  /xsrc/external/mit/xorg-server.old/dist/Xi/
ungrdev.c 107 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI)
ungrdevb.c 135 temporaryGrab.grabtype = GRABTYPE_XI;
grabdevb.c 142 param.grabtype = GRABTYPE_XI;
grabdevk.c 140 param.grabtype = GRABTYPE_XI;
ungrdevk.c 142 temporaryGrab.grabtype = GRABTYPE_XI;
xigrabdev.c 155 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI2)
xipassivegrab.c 146 param.grabtype = GRABTYPE_XI2;
330 tempGrab.grabtype = GRABTYPE_XI2;
  /xsrc/external/mit/xorg-server.old/dist/dix/
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
    [all...]
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 = GRABTYPE_XI2
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
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;
    [all...]
gestures.c 183 if (grab->grabtype == XI2) {
190 else if (grab->grabtype == XI || grab->grabtype == CORE) {
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 == XI2 && keybd->enabled &
2158 enum InputLevel grabtype; local
3969 int grabtype; local
    [all...]
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,
832 (grab->grabtype == CORE || grab->grabtype == XI))
836 grab->grabtype == XI2 &&
  /xsrc/external/mit/xorg-server/dist/test/xi2/
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);
  /xsrc/external/mit/libXi/dist/src/
XIPassiveGrab.c 37 _XIPassiveGrabDevice(Display* dpy, int deviceid, int grabtype, int detail,
77 req->grab_type = grabtype;
213 _XIPassiveUngrabDevice(Display* dpy, int deviceid, int grabtype, int detail,
232 req->grab_type = grabtype;
  /xsrc/external/mit/xorg-server.old/dist/include/
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/
exevents.h 147 int grabtype; /* CORE, etc. */ member in struct:_GrabParameters
175 enum InputLevel /* grabtype */ ,
184 enum InputLevel /* grabtype */ ,

Completed in 24 milliseconds

1 2