Searched refs:GRABTYPE_XI2 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxigrabdev.c101 GRABTYPE_XI2,
155 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI2)
H A Dxipassivegrab.c146 param.grabtype = GRABTYPE_XI2;
195 &param, GRABTYPE_XI2, &mask);
199 &param, GRABTYPE_XI2, &mask);
330 tempGrab.grabtype = GRABTYPE_XI2;
H A Dexevents.c1388 param->grabtype != GRABTYPE_XI2)
1405 if (param->grabtype != GRABTYPE_XI2 && (param->modifiers != AnyModifier) &&
1462 else if (grabtype == GRABTYPE_XI2)
1474 * grabtype is GRABTYPE_XI2, the key is a keysym.
1500 } else if (grabtype == GRABTYPE_XI2)
1555 grab = CreateGrab(client->index, dev, dev, pWin, GRABTYPE_XI2,
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c467 b.grabtype = GRABTYPE_XI2;
474 b.grabtype = GRABTYPE_XI2;
503 a.grabtype = GRABTYPE_XI2;
504 b.grabtype = GRABTYPE_XI2;
572 a.grabtype = GRABTYPE_XI2;
573 b.grabtype = GRABTYPE_XI2;
612 a.grabtype = GRABTYPE_XI2;
613 b.grabtype = GRABTYPE_XI2;
642 a.grabtype = GRABTYPE_XI2;
643 b.grabtype = GRABTYPE_XI2;
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgrabs.c109 if (grabtype == GRABTYPE_XI2)
230 unsigned int any_modifier = (pFirstGrab->grabtype == GRABTYPE_XI2) ?
261 unsigned int any_modifier = (pFirstGrab->grabtype == GRABTYPE_XI2) ?
268 if (pFirstGrab->grabtype == GRABTYPE_XI2)
320 unsigned int any_modifier = (pFirstGrab->grabtype == GRABTYPE_XI2) ?
448 any_modifier = (pMinuendGrab->grabtype == GRABTYPE_XI2) ?
450 any_key = (pMinuendGrab->grabtype == GRABTYPE_XI2) ?
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)
2072 tempGrab.grabtype = GRABTYPE_XI2;
3391 } else if (grab->grabtype == GRABTYPE_XI2)
3409 tempGrab.grabtype = GRABTYPE_XI2;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinputstr.h163 GRABTYPE_XI2 enumerator in enum:__anon966b2d4b0103

Completed in 14 milliseconds