mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 06:50:07 +01:00
Fix format vs formatCode in previous commit
This commit is contained in:
parent
077a5d4555
commit
13e1d5ea55
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ fbComposite (CARD8 op,
|
|||
#endif
|
||||
if (pMask == 0)
|
||||
{
|
||||
if (pSrc->format_code == pDst->format_code)
|
||||
if (pSrc->format == pDst->format)
|
||||
func = fbCompositeSrcSrc_nxn;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue