move frame_signal emission to weston_output_repaint()
In order to remove duplication and make the code easier to follow, move frame_signal emission from renderers to weston_output_repaint(). This should have no observable effect. Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
This commit is contained in:
@@ -1474,7 +1474,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