treewide: replace PICT_x1r5g5b5 by PIXMAN_x1r5g5b5

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:16:49 +02:00
committed by Enrico Weigelt
parent 4ce30fdb6b
commit 8cb07602ff
5 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n)
case PIXMAN_r5g6b5:
snprintf(format, 20, "RGB565 ");
break;
case PICT_x1r5g5b5:
case PIXMAN_x1r5g5b5:
snprintf(format, 20, "RGB555 ");
break;
case PIXMAN_a8: