drm: Remove redundant weston_surface_update_transform() call

Kristian Høgsberg 13 years ago
parent d15fbe334a
commit ca14ef049d
  1. 2
      src/compositor-drm.c

@ -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

Loading…
Cancel
Save