From 79cda3dce393514fc71948ba305a972b4b56596d Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 5 Aug 2025 19:42:21 +0200 Subject: [PATCH] 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 --- composite/compinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composite/compinit.c b/composite/compinit.c index b51acc0c66..1844856e58 100644 --- a/composite/compinit.c +++ b/composite/compinit.c @@ -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}, };