HomeSort by: relevance | last modified time | path
    Searched refs:deviceMappingNotify (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libXi/dist/src/
XExtToWire.c 308 register deviceMappingNotify *mev;
311 mev = (deviceMappingNotify *) Xmalloc(*count * sizeof(xEvent));
XExtInt.c 859 deviceMappingNotify *ev2 = (deviceMappingNotify *) event;
  /xsrc/external/mit/xorg-server.old/dist/Xi/
extinit.c 357 int DeviceMappingNotify;
609 SDeviceMappingNotifyEvent(deviceMappingNotify * from, deviceMappingNotify * to)
996 DeviceMappingNotify = DeviceStateNotify + 1;
997 ChangeDeviceNotify = DeviceMappingNotify + 1;
1052 SetMaskForExtEvent(DeviceMappingNotifyMask, DeviceMappingNotify);
1101 DeviceMappingNotify = 11;
1141 EventSwapVector[DeviceMappingNotify] = NotImplemented;
1224 else if (type == DeviceMappingNotify)
1225 DO_SWAP(SDeviceMappingNotifyEvent, deviceMappingNotify);
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
extinit.c 346 int DeviceMappingNotify;
575 SDeviceMappingNotifyEvent(deviceMappingNotify * from, deviceMappingNotify * to)
1051 DeviceMappingNotify = DeviceStateNotify + 1;
1052 ChangeDeviceNotify = DeviceMappingNotify + 1;
1102 SetMaskForExtEvent(DeviceMappingNotifyMask, DeviceMappingNotify);
1148 DeviceMappingNotify = 11;
1188 EventSwapVector[DeviceMappingNotify] = NotImplemented;
1282 else if (type == DeviceMappingNotify)
1283 DO_SWAP(SDeviceMappingNotifyEvent, deviceMappingNotify);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
inpututils.c 74 deviceMappingNotify xi_mn;
95 xi_mn.type = DeviceMappingNotify;
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 76 deviceMappingNotify xi_mn;
96 xi_mn = (deviceMappingNotify) {
97 .type = DeviceMappingNotify,
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbEvents.c 134 deviceMappingNotify xi_mn = {
135 .type = DeviceMappingNotify,
146 deviceMappingNotify xi_mn = {
147 .type = DeviceMappingNotify,
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbEvents.c 64 deviceMappingNotify xi_mn;
83 xi_mn.type = DeviceMappingNotify;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XIproto.h 1662 * DeviceMappingNotify.
1682 } deviceMappingNotify;

Completed in 19 milliseconds