treewide: replace PICT_b8g8r8x8 by PIXMAN_b8g8r8x8

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:45:33 +02:00
committed by Enrico Weigelt
parent 7939ec278d
commit 3786a77ed3
3 changed files with 3 additions and 3 deletions

View File

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