mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
dont use obsolete pict_f_transform alias anymore
The obsolete pict_f_transform macro (aliasing to pixman_f_transform) had been removed in Xorg headers. Thus, we should use pixman_f_transform directly. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Shashank Sharma
parent
c561fe4d5d
commit
07d66135d8
@@ -479,7 +479,7 @@ amdgpu_scanout_extents_intersect(xf86CrtcPtr xf86_crtc, BoxPtr extents)
|
||||
}
|
||||
|
||||
static RegionPtr
|
||||
transform_region(RegionPtr region, struct pict_f_transform *transform,
|
||||
transform_region(RegionPtr region, struct pixman_f_transform *transform,
|
||||
int w, int h)
|
||||
{
|
||||
BoxPtr boxes = RegionRects(region);
|
||||
|
||||
Reference in New Issue
Block a user