mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 08:00:15 +01:00
Add new, combined dix lookup functions (tweak).
This commit is contained in:
parent
60cdc592fe
commit
ab1886df73
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ _X_EXPORT pointer
|
|||
SecurityLookupDrawable(XID id, ClientPtr client, Mask access_mode)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue