treewide: replace PICT_x2b10g10r10 by PIXMAN_x2b10g10r10

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:17:32 +02:00
committed by Enrico Weigelt
parent 8cb07602ff
commit aba79cbfca
3 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
addFormat(formats, &nformats, PICT_a2r10g10b10, pDepth->depth);
addFormat(formats, &nformats, PICT_x2r10g10b10, pDepth->depth);
addFormat(formats, &nformats, PICT_a2b10g10r10, pDepth->depth);
addFormat(formats, &nformats, PICT_x2b10g10r10, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_x2b10g10r10, pDepth->depth);
}
break;
}