treewide: replace PICT_x8b8g8r8 by PIXMAN_x8b8g8r8

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:21:56 +02:00
committed by Enrico Weigelt
parent 522a2d4280
commit fea686a1fc
2 changed files with 2 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
case 32:
if (pDepth->depth >= 24) {
addFormat(formats, &nformats, PIXMAN_x8r8g8b8, pDepth->depth);
addFormat(formats, &nformats, PICT_x8b8g8r8, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_x8b8g8r8, pDepth->depth);
}
if (pDepth->depth >= 30) {
addFormat(formats, &nformats, PICT_a2r10g10b10, pDepth->depth);