ReduceCompositeOp returns a Render op, not a boolean.

This commit is contained in:
Adam Jackson 2007-07-29 11:02:47 -04:00
parent f62beb6f36
commit 57b5b97a07

View File

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