diff --git a/render/mirect.c b/render/mirect.c index 6302ec7f11..40cb7375a6 100644 --- a/render/mirect.c +++ b/render/mirect.c @@ -62,7 +62,7 @@ miColorRects(PicturePtr pDst, (*pGC->funcs->ChangeClip) (pGC, CT_REGION, pClip, 0); } - ChangeGC(NullClient, pGC, mask, tmpval); + ChangeGC(NULL, pGC, mask, tmpval); ValidateGC(pDst->pDrawable, pGC); if (xoff || yoff) { int i;