Searched refs:checkonly (Results 1 – 6 of 6) sorted by relevance
531 BOOL checkonly), in XIRegisterPropertyHandler() argument761 BOOL checkonly = TRUE; in XIChangeDeviceProperty() local772 &new_value, checkonly); in XIChangeDeviceProperty()774 if (checkonly && rc != Success) { in XIChangeDeviceProperty()783 checkonly = !checkonly; in XIChangeDeviceProperty()784 } while (!checkonly); in XIChangeDeviceProperty()
111 checkonly),
471 Atom property, XIPropertyValuePtr prop, BOOL checkonly);
587 XIPropertyValuePtr prop, BOOL checkonly) in DeviceSetXTestProperty() argument
148 BOOL checkonly) in DeviceSetProperty() argument161 if (!checkonly) { in DeviceSetProperty()183 if (!checkonly) in DeviceSetProperty()
69847 and checkonly != 0 at line 772141296 This patch adds a "checkonly" parameter to the SetProperty handler. The141297 handlers are then called twice, once with checkonly set to TRUE.141298 On the checkonly run, handlers _MUST_ return error codes if the property