Searched refs:XI_TouchOwnership (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XI2.h | 211 #define XI_TouchOwnership 21 macro 251 #define XI_TouchOwnershipChangedMask (1 << XI_TouchOwnership)
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiselectevents.c | 125 if (bit >= XI_TouchBegin && bit <= XI_TouchOwnership) { 146 if (bit >= XI_TouchBegin && bit <= XI_TouchOwnership) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiselectev.c | 220 BitIsOn(bits, XI_TouchOwnership) ||
|
| H A D | extinit.c | 953 case XI_TouchOwnership:
|
| H A D | exevents.c | 1047 return xi2mask_isset(iclient->xi2mask, dev, XI_TouchOwnership); 2049 has_ownershipmask = xi2mask_isset(xi2mask, dev, XI_TouchOwnership); 2149 has_ownershipmask = xi2mask_isset(xi2mask, dev, XI_TouchOwnership);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | touch.c | 703 if (!xi2mask_isset(grab->xi2mask, dev, XI_TouchOwnership)) 767 if (!xi2mask_isset(iclients->xi2mask, dev, XI_TouchOwnership))
|
| H A D | eventconvert.c | 1080 xi2type = XI_TouchOwnership;
|
| H A D | events.c | 2629 if (evtype == XI_TouchOwnership) {
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XExtInt.c | 988 case XI_TouchOwnership: 1549 case XI_TouchOwnership:
|
Completed in 22 milliseconds