Searched refs:DixGetPropAccess (Results 1 – 6 of 6) sorted by relevance
31 #define DixGetPropAccess (1<<7) /* get properties of object */ macro
559 DixGetPropAccess|DixGetFocusAccess|DixListAccess| \
258 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetPropAccess); in ProcSELinuxGetPropertyContext()
78 DixGetPropAccess | DixListAccess;
955 stuff->delete ? DixSetPropAccess : DixGetPropAccess); in ProcXGetDeviceProperty()1194 stuff->delete ? DixSetPropAccess : DixGetPropAccess); in ProcXIGetProperty()
451 Mask win_mode = DixGetPropAccess, prop_mode = DixReadAccess; in ProcGetProperty()