treewide: replace PICT_FORMAT_RGB by PIXMAN_FORMAT_RGB

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 18:50:06 +02:00
committed by Enrico Weigelt
parent 7783ae7723
commit c2c19fc7fe
5 changed files with 5 additions and 5 deletions

View File

@@ -542,7 +542,7 @@ GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents)
}
}
#define NeedsComponent(f) (PIXMAN_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
#define NeedsComponent(f) (PIXMAN_FORMAT_A(f) != 0 && PIXMAN_FORMAT_RGB(f) != 0)
void
CompositeGlyphs(CARD8 op,