mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
xfixes: 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
e575fb0f1a
commit
a15370629a
@@ -609,7 +609,7 @@ SingleXFixesSetGCClipRegion(ClientPtr client, xXFixesSetGCClipRegionReq *stuff)
|
||||
|
||||
vals[0].val = stuff->xOrigin;
|
||||
vals[1].val = stuff->yOrigin;
|
||||
ChangeGC(NullClient, pGC, GCClipXOrigin | GCClipYOrigin, vals);
|
||||
ChangeGC(NULL, pGC, GCClipXOrigin | GCClipYOrigin, vals);
|
||||
(*pGC->funcs->ChangeClip) (pGC, pRegion ? CT_REGION : CT_NONE,
|
||||
(void *) pRegion, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user