mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
render: use NULL instead of NullClient
No need to have another name for NULL, we can use NULL directly. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
181e63f46e
commit
e575fb0f1a
@@ -62,7 +62,7 @@ miColorRects(PicturePtr pDst,
|
|||||||
(*pGC->funcs->ChangeClip) (pGC, CT_REGION, pClip, 0);
|
(*pGC->funcs->ChangeClip) (pGC, CT_REGION, pClip, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
ChangeGC(NullClient, pGC, mask, tmpval);
|
ChangeGC(NULL, pGC, mask, tmpval);
|
||||||
ValidateGC(pDst->pDrawable, pGC);
|
ValidateGC(pDst->pDrawable, pGC);
|
||||||
if (xoff || yoff) {
|
if (xoff || yoff) {
|
||||||
int i;
|
int i;
|
||||||
|
|||||||
Reference in New Issue
Block a user