From 57b5b97a0710fc043b8a1c01d756cdb73dfe4567 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sun, 29 Jul 2007 11:02:47 -0400 Subject: [PATCH] ReduceCompositeOp returns a Render op, not a boolean. --- render/picture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/picture.c b/render/picture.c index d0ae326cb..5ddd68ce3 100644 --- a/render/picture.c +++ b/render/picture.c @@ -1641,7 +1641,7 @@ FreePictFormat (pointer pPictFormat, * unnecessary. It may also avoid destination reads sometimes if apps aren't * being careful to avoid these cases. */ -static Bool +static CARD8 ReduceCompositeOp (CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst) { Bool no_src_alpha, no_dst_alpha;