treewide: replace PICT_a2b10g10r10 by PIXMAN_a2b10g10r10

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:23:42 +02:00
committed by Enrico Weigelt
parent 1687c9a20f
commit cadf94d6c8
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
if (pDepth->depth >= 30) {
addFormat(formats, &nformats, PIXMAN_a2r10g10b10, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_x2r10g10b10, pDepth->depth);
addFormat(formats, &nformats, PICT_a2b10g10r10, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_a2b10g10r10, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_x2b10g10r10, pDepth->depth);
}
break;