|
|
@ -17,8 +17,6 @@ static bool backend_start(struct wlr_backend *wlr_backend) {
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_headless_output *output;
|
|
|
|
struct wlr_headless_output *output;
|
|
|
|
wl_list_for_each(output, &backend->outputs, link) {
|
|
|
|
wl_list_for_each(output, &backend->outputs, link) {
|
|
|
|
wl_event_source_timer_update(output->frame_timer, output->frame_delay);
|
|
|
|
|
|
|
|
wlr_output_update_enabled(&output->wlr_output, true);
|
|
|
|
|
|
|
|
wl_signal_emit_mutable(&backend->backend.events.new_output,
|
|
|
|
wl_signal_emit_mutable(&backend->backend.events.new_output,
|
|
|
|
&output->wlr_output);
|
|
|
|
&output->wlr_output);
|
|
|
|
}
|
|
|
|
}
|
|
|
|