mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +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
|
static RegionPtr
|
||||||
transform_region(RegionPtr region, struct pict_f_transform *transform,
|
transform_region(RegionPtr region, struct pixman_f_transform *transform,
|
||||||
int w, int h)
|
int w, int h)
|
||||||
{
|
{
|
||||||
BoxPtr boxes = RegionRects(region);
|
BoxPtr boxes = RegionRects(region);
|
||||||
|
|||||||
Reference in New Issue
Block a user