Lines Matching refs:XIGetKnownProperty
145 if (property == XIGetKnownProperty(XI_PROP_ENABLED))
162 } else if (property == XIGetKnownProperty(XI_PROP_TRANSFORM))
168 prop->type != XIGetKnownProperty(XATOM_FLOAT))
297 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED),
300 XISetDevicePropertyDeletable(dev, XIGetKnownProperty(XI_PROP_ENABLED), FALSE);
306 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_TRANSFORM),
307 XIGetKnownProperty(XATOM_FLOAT), 32,
309 XISetDevicePropertyDeletable(dev, XIGetKnownProperty(XI_PROP_TRANSFORM),
403 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED),
519 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED),
639 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT);
640 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE);
641 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT);
642 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP);
643 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN);
644 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT);
645 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT);
648 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X);
649 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y);