diff options
Diffstat (limited to 'include')
-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; |