mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Apply the xserver patch from vektor for bug #4208: Use NULL for pointers
instead of 0.
This commit is contained in:
parent
20813d3af0
commit
e321f9e7ff
3 changed files with 22 additions and 22 deletions
|
|
@ -841,7 +841,7 @@ fbComposite (CARD8 op,
|
|||
RegionRec region;
|
||||
int n;
|
||||
BoxPtr pbox;
|
||||
CompositeFunc func = 0;
|
||||
CompositeFunc func = NULL;
|
||||
Bool srcRepeat = pSrc->pDrawable && pSrc->repeat == RepeatNormal;
|
||||
Bool maskRepeat = FALSE;
|
||||
Bool srcAlphaMap = pSrc->alphaMap != 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue