treewide: replace PICT_a1b5g5r5 by PIXMAN_a1b5g5r5

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 20:25:31 +02:00
committed by Enrico Weigelt
parent a23fdf9d2f
commit 889ded74be
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
/* depth 16 formats */
if (pDepth->depth >= 16) {
addFormat(formats, &nformats, PICT_a1r5g5b5, pDepth->depth);
addFormat(formats, &nformats, PICT_a1b5g5r5, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_a1b5g5r5, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_r5g6b5, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_b5g6r5, pDepth->depth);
addFormat(formats, &nformats, PICT_a4r4g4b4, pDepth->depth);