mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
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:
committed by
Enrico Weigelt
parent
97f3ff8c7e
commit
ae1b649587
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user