wip: redesign output_view_for_each_surface iterator

This commit is contained in:
emersion 2018-07-27 18:59:14 +01:00
parent a0dd977617
commit e9d674cfd2
3 changed files with 66 additions and 18 deletions

View file

@ -231,8 +231,7 @@ static void render_view_surfaces(struct sway_view *view,
.view = view,
.alpha = alpha,
};
output_view_for_each_surface(view, output, &data.root_geo,
render_surface_iterator, &data);
output_view_for_each_surface(output, view, render_surface_iterator2, &data);
}
static void render_saved_view(struct sway_view *view,