mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Enrico Weigelt
parent
4ce30fdb6b
commit
8cb07602ff
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user