mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-22 05:40:41 +01:00
ReduceCompositeOp returns a Render op, not a boolean.
This commit is contained in:
parent
f62beb6f36
commit
57b5b97a07
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue