treewide: replace PICT_FORMAT_A by PIXMAN_FORMAT_A

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 18:00:55 +02:00
committed by Enrico Weigelt
parent 97f3ff8c7e
commit ae1b649587
10 changed files with 29 additions and 29 deletions

View File

@@ -126,7 +126,7 @@ fbShapes(CompositeShapesFunc composite,
}
}
else {
switch (PICT_FORMAT_A(maskFormat->format)) {
switch (PIXMAN_FORMAT_A(maskFormat->format)) {
case 1:
format = PIXMAN_a1;
break;