mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 22:12:23 +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:
parent
181e63f46e
commit
e575fb0f1a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user