Home
last modified time | relevance | path

Searched refs:checkonly (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c531 BOOL checkonly), in XIRegisterPropertyHandler() argument
761 BOOL checkonly = TRUE; in XIChangeDeviceProperty() local
772 &new_value, checkonly); in XIChangeDeviceProperty()
774 if (checkonly && rc != Success) { in XIChangeDeviceProperty()
783 checkonly = !checkonly; in XIChangeDeviceProperty()
784 } while (!checkonly); in XIChangeDeviceProperty()
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h111 checkonly),
H A Dinputstr.h471 Atom property, XIPropertyValuePtr prop, BOOL checkonly);
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c587 XIPropertyValuePtr prop, BOOL checkonly) in DeviceSetXTestProperty() argument
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c148 BOOL checkonly) in DeviceSetProperty() argument
161 if (!checkonly) { in DeviceSetProperty()
183 if (!checkonly) in DeviceSetProperty()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog69847 and checkonly != 0 at line 772
141296 This patch adds a "checkonly" parameter to the SetProperty handler. The
141297 handlers are then called twice, once with checkonly set to TRUE.
141298 On the checkonly run, handlers _MUST_ return error codes if the property