mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Add support for ext-idle-notify-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3753
This commit is contained in:
parent
99fd096d69
commit
9400bd963c
4 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue