mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:25:59 +01:00
ext_workspace_unstable: send done after output_enter when wl_output is bound late (#1481)
This commit is contained in:
parent
fcf1bafb09
commit
be6325dd4b
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue