ReduceCompositeOp returns a Render op, not a boolean.
This commit is contained in:
parent
f62beb6f36
commit
57b5b97a07
|
@ -1641,7 +1641,7 @@ FreePictFormat (pointer pPictFormat,
|
||||||
* unnecessary. It may also avoid destination reads sometimes if apps aren't
|
* unnecessary. It may also avoid destination reads sometimes if apps aren't
|
||||||
* being careful to avoid these cases.
|
* being careful to avoid these cases.
|
||||||
*/
|
*/
|
||||||
static Bool
|
static CARD8
|
||||||
ReduceCompositeOp (CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst)
|
ReduceCompositeOp (CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst)
|
||||||
{
|
{
|
||||||
Bool no_src_alpha, no_dst_alpha;
|
Bool no_src_alpha, no_dst_alpha;
|
||||||
|
|
Loading…
Reference in New Issue