ext_workspace_unstable: send done after output_enter when wl_output is bound late (#1481)

This commit is contained in:
Max Verevkin 2023-02-03 23:25:49 +02:00 committed by GitHub
parent fcf1bafb09
commit be6325dd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -419,6 +419,8 @@ static void workspace_handle_output_bind(struct wl_listener *listener,
evt->resource); evt->resource);
} }
} }
workspace_manager_update_idle_source(output->group_handle->manager);
} }
static void workspace_handle_output_destroy(struct wl_listener *listener, static void workspace_handle_output_destroy(struct wl_listener *listener,