Add support for ext-idle-notify-v1

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3753
This commit is contained in:
Simon Ser 2022-10-04 11:44:05 +02:00
parent 99fd096d69
commit 9400bd963c
4 changed files with 7 additions and 0 deletions

View file

@ -52,6 +52,7 @@ struct sway_server {
struct wl_listener output_layout_change;
struct wlr_idle *idle;
struct wlr_idle_notifier_v1 *idle_notifier_v1;
struct sway_idle_inhibit_manager_v1 *idle_inhibit_manager_v1;
struct wlr_layer_shell_v1 *layer_shell;