treewide: replace PICT_r8g8b8 by PIXMAN_r8g8b8

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:42:21 +02:00
committed by Enrico Weigelt
parent 35a43252ca
commit 79cda3dce3

View File

@@ -221,7 +221,7 @@ typedef struct _alternateVisual {
static CompAlternateVisual altVisuals[] = {
#if COMP_INCLUDE_RGB24_VISUAL
{24, PICT_r8g8b8},
{24, PIXMAN_r8g8b8},
#endif
{32, PIXMAN_a8r8g8b8},
};