From be6325dd4b0a99561281ba557f1d37e945fa183f Mon Sep 17 00:00:00 2001 From: Max Verevkin <34583604+MaxVerevkin@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:25:49 +0200 Subject: [PATCH] ext_workspace_unstable: send done after output_enter when wl_output is bound late (#1481) --- src/wlrunstable/wlr_ext_workspace_v1.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wlrunstable/wlr_ext_workspace_v1.cpp b/src/wlrunstable/wlr_ext_workspace_v1.cpp index bd91916f..c86000e8 100644 --- a/src/wlrunstable/wlr_ext_workspace_v1.cpp +++ b/src/wlrunstable/wlr_ext_workspace_v1.cpp @@ -419,6 +419,8 @@ static void workspace_handle_output_bind(struct wl_listener *listener, evt->resource); } } + + workspace_manager_update_idle_source(output->group_handle->manager); } static void workspace_handle_output_destroy(struct wl_listener *listener,