mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
fb: 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
007155ba97
commit
e1d5d60848
@@ -213,7 +213,7 @@ fbSetFg(DrawablePtr pDrawable, GCPtr pGC, Pixel fg)
|
|||||||
ChangeGCVal val;
|
ChangeGCVal val;
|
||||||
|
|
||||||
val.val = fg;
|
val.val = fg;
|
||||||
ChangeGC(NullClient, pGC, GCForeground, &val);
|
ChangeGC(NULL, pGC, GCForeground, &val);
|
||||||
ValidateGC(pDrawable, pGC);
|
ValidateGC(pDrawable, pGC);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user