diff options
author | Max Verevkin <[email protected]> | 2023-02-03 23:25:49 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-03 21:25:49 +0000 |
commit | be6325dd4b0a99561281ba557f1d37e945fa183f (patch) | |
tree | 2afdc0411d3ec2de1dca518ef73e308040e165a0 | |
parent | fcf1bafb098c8f756550195269dcd95202124277 (diff) | |
download | Hyprland-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.cpp | 2 |
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, |