Searched refs:DixSetPropAccess (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixaccess.h | 32 #define DixSetPropAccess (1<<8) /* set properties of object */ macro
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | property.c | 145 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetPropAccess); in ProcRotateProperties() 232 err = dixLookupWindow(&pWin, stuff->window, client, DixSetPropAccess); in ProcChangeProperty() 458 win_mode |= DixSetPropAccess; in ProcGetProperty() 626 result = dixLookupWindow(&pWin, stuff->window, client, DixSetPropAccess); in ProcDeleteProperty()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiproperty.c | 899 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXChangeDeviceProperty() 927 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXDeleteDeviceProperty() 955 stuff->delete ? DixSetPropAccess : DixGetPropAccess); in ProcXGetDeviceProperty() 1138 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXIChangeProperty() 1166 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXIDeleteProperty() 1194 stuff->delete ? DixSetPropAccess : DixGetPropAccess); in ProcXIGetProperty()
|