Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.

This commit is contained in:
Eamon Walsh
2006-12-14 18:27:09 -05:00
committed by Eamon Walsh
parent 51b69ff499
commit 5e334f06a1
4 changed files with 18 additions and 8 deletions

View File

@@ -531,10 +531,14 @@ int PanoramiXGetGeometry(ClientPtr client)
{
xGetGeometryReply rep;
DrawablePtr pDraw;
int rc;
REQUEST(xResourceReq);
REQUEST_SIZE_MATCH(xResourceReq);
VERIFY_GEOMETRABLE (pDraw, stuff->id, client);
rc = dixLookupDrawable(&pDraw, stuff->id, client, M_ANY, DixUnknownAccess);
if (rc != Success)
return rc;
rep.type = X_Reply;
rep.length = 0;
rep.sequenceNumber = client->sequence;