aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-01-28 16:19:15 +0100
committerFurkan Sahin <furkan-dev@proton.me>2021-01-28 16:19:15 +0100
commite742329fe75e757d4cf2ebb04bce6468cb44da98 (patch)
tree6aa9276452b00c990aae643dd2b178d66e8a260c /include
parent313d11dedbff397c81cc3317b54d1a3942d76fa2 (diff)
Listen to the output request_state event
References: https://github.com/swaywm/wlroots/pull/2693
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h1
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;