libweston: remove previous_damage from struct weston_output
The member previous_damage from struct weston_output is no longer necessary. First, stop calling init, fini and copying output_damage to it. Then remove it from struct weston_output. Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
This commit is contained in:
committed by
Daniel Stone
parent
0a9359d291
commit
2eee164f24
@@ -1473,7 +1473,6 @@ gl_renderer_repaint_output(struct weston_output *output,
|
||||
|
||||
draw_output_borders(output, border_status);
|
||||
|
||||
pixman_region32_copy(&output->previous_damage, output_damage);
|
||||
wl_signal_emit(&output->frame_signal, output);
|
||||
|
||||
go->end_render_sync = create_render_sync(gr);
|
||||
|
||||
Reference in New Issue
Block a user