Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Ddixaccess.h37 #define DixRemoveAccess (1<<13) /* remove object */ macro
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsecurity.c79 static const Mask SecurityWindowExtraMask = DixRemoveAccess;
81 DixReceiveAccess | DixSendAccess | DixAddAccess | DixRemoveAccess;
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c204 if (!validDrawable(client, stuff->drawable, DixRemoveAccess, in ProcDRI2DestroyDrawable()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c762 DixRemoveAccess); in ProcDestroyWindow()
779 rc = dixLookupWindow(&pWin, stuff->id, client, DixRemoveAccess); in ProcDestroySubwindows()
2430 DixReadAccess | DixRemoveAccess); in ProcCopyColormapAndFree()
2749 client, DixRemoveAccess); in ProcFreeColors()
H A Dcolormap.c1476 DixRemoveAccess); in FreeClientPixels()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1207 GlyphSetType, client, DixRemoveAccess); in ProcRenderFreeGlyphs()