mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
st/xorg: Fix copy-pasto
Thanks Alan.
This commit is contained in:
parent
ee555e3d69
commit
648e8b4c46
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ picture_format_fixups(struct exa_pixmap_priv *pSrc, PicturePtr pSrcPicture, bool
|
|||
|
||||
if (pSrc->picture_format == pSrcPicture->format) {
|
||||
if (pSrc->picture_format == PICT_a8)
|
||||
return mask ? FS_MASK_LUMINANCE : FS_MASK_LUMINANCE;
|
||||
return mask ? FS_MASK_LUMINANCE : FS_SRC_LUMINANCE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue