Add new, combined dix lookup functions (tweak).
This commit is contained in:
parent
60cdc592fe
commit
ab1886df73
|
@ -298,7 +298,7 @@ _X_EXPORT pointer
|
||||||
SecurityLookupDrawable(XID id, ClientPtr client, Mask access_mode)
|
SecurityLookupDrawable(XID id, ClientPtr client, Mask access_mode)
|
||||||
{
|
{
|
||||||
DrawablePtr pDraw;
|
DrawablePtr pDraw;
|
||||||
int i = dixLookupDrawable(&pDraw, id, client, access_mode, TRUE);
|
int i = dixLookupDrawable(&pDraw, id, client, M_DRAWABLE, access_mode);
|
||||||
return (i == Success) ? pDraw : NULL;
|
return (i == Success) ? pDraw : NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue