drm: Remove redundant weston_surface_update_transform() call
This commit is contained in:
@@ -597,8 +597,6 @@ drm_assign_planes(struct weston_output *output)
|
|||||||
*/
|
*/
|
||||||
pixman_region32_init(&overlap);
|
pixman_region32_init(&overlap);
|
||||||
wl_list_for_each(es, &ec->surface_list, link) {
|
wl_list_for_each(es, &ec->surface_list, link) {
|
||||||
weston_surface_update_transform(es);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FIXME: try to assign hw cursors here too, they're just
|
* FIXME: try to assign hw cursors here too, they're just
|
||||||
* special overlays
|
* special overlays
|
||||||
|
|||||||
Reference in New Issue
Block a user