treewide: replace PICT_FORMAT_TYPE by PIXMAN_FORMAT_TYPE

Try not to use old compat macros anymore, use the real ones instead.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-05 19:09:20 +02:00
committed by Enrico Weigelt
parent c2c19fc7fe
commit 803355e874
6 changed files with 17 additions and 17 deletions

View File

@@ -444,7 +444,7 @@ miIsSolidAlpha(PicturePtr pSrc)
pScreen = pSrc->pDrawable->pScreen;
/* Alpha-only */
if (PICT_FORMAT_TYPE(pSrc->format) != PICT_TYPE_A)
if (PIXMAN_FORMAT_TYPE(pSrc->format) != PICT_TYPE_A)
return FALSE;
/* repeat */
if (!pSrc->repeat)