st/xorg: Fix copy-pasto

Thanks Alan.
This commit is contained in:
Jakob Bornecrantz 2009-11-17 00:39:09 +01:00
parent ee555e3d69
commit 648e8b4c46

View file

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