Apply the xserver patch from vektor for bug #4208: Use NULL for pointers

instead of 0.
This commit is contained in:
Eric Anholt 2005-08-30 03:01:38 +00:00
commit e321f9e7ff
3 changed files with 22 additions and 22 deletions

View file

@ -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;