treewide: replace PICT_x1b5g5r5 by PIXMAN_x1b5g5r5

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:24:54 +02:00
committed by Enrico Weigelt
parent 19df33aa7a
commit a23fdf9d2f
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
/* depth 15 formats */
if (pDepth->depth >= 15) {
addFormat(formats, &nformats, PIXMAN_x1r5g5b5, pDepth->depth);
addFormat(formats, &nformats, PICT_x1b5g5r5, pDepth->depth);
addFormat(formats, &nformats, PIXMAN_x1b5g5r5, pDepth->depth);
}
/* depth 16 formats */
if (pDepth->depth >= 16) {