aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Verevkin <[email protected]>2023-02-03 23:25:49 +0200
committerGitHub <[email protected]>2023-02-03 21:25:49 +0000
commitbe6325dd4b0a99561281ba557f1d37e945fa183f (patch)
tree2afdc0411d3ec2de1dca518ef73e308040e165a0
parentfcf1bafb098c8f756550195269dcd95202124277 (diff)
downloadHyprland-be6325dd4b0a99561281ba557f1d37e945fa183f.tar.gz
Hyprland-be6325dd4b0a99561281ba557f1d37e945fa183f.zip
ext_workspace_unstable: send done after output_enter when wl_output is bound late (#1481)
-rw-r--r--src/wlrunstable/wlr_ext_workspace_v1.cpp2
1 files changed, 2 insertions, 0 deletions
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,