treewide: replace PICT_b8g8r8a8 by PIXMAN_b8g8r8a8

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 19:44:52 +02:00
committed by Enrico Weigelt
parent 314540a597
commit 7939ec278d
3 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
formats[nformats].format = PIXMAN_x8r8g8b8;
formats[nformats].depth = 32;
nformats++;
formats[nformats].format = PICT_b8g8r8a8;
formats[nformats].format = PIXMAN_b8g8r8a8;
formats[nformats].depth = 32;
nformats++;
formats[nformats].format = PICT_b8g8r8x8;