Listen to the output request_state event

References: https://github.com/swaywm/wlroots/pull/2693
This commit is contained in:
Simon Ser 2021-01-28 16:19:15 +01:00 committed by Simon Zeni
parent 024c3e4428
commit 907ca48a61
2 changed files with 11 additions and 0 deletions

View file

@ -48,6 +48,7 @@ struct sway_output {
struct wl_listener damage;
struct wl_listener frame;
struct wl_listener needs_frame;
struct wl_listener request_state;
struct {
struct wl_signal disable;