diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-28 16:19:15 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-11-15 11:05:47 -0500 |
commit | 907ca48a612971fd6ab43afb47554c77551fbddf (patch) | |
tree | 6aa9276452b00c990aae643dd2b178d66e8a260c /include/sway | |
parent | 024c3e4428ad4291a83d8fb0ccfbbd068f703542 (diff) |
Listen to the output request_state event
References: https://github.com/swaywm/wlroots/pull/2693
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 7ccaa09c..5af5b731 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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; |