Home
last modified time | relevance | path

Searched refs:DixListAccess (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixaccess.h35 #define DixListAccess (1<<11) /* list objects */ macro
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinuxint.h559 DixGetPropAccess|DixGetFocusAccess|DixListAccess| \
H A Dsecurity.c78 DixGetPropAccess | DixListAccess;
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c859 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess); in ProcMapSubwindows()
893 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess); in ProcUnmapSubwindows()
999 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess); in ProcQueryTree()