mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-23 17:19:27 +00:00
replace pict_f_transform by pixman_f_transform
pict_f_transform is deprecated and just an alias to pixman_f_transform. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e237014dc6
commit
9c57a0cdd4
@@ -432,7 +432,7 @@ radeon_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