aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-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 19a61175..369e62ce 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -40,6 +40,7 @@ struct sway_output {
40 struct wl_listener mode; 40 struct wl_listener mode;
41 struct wl_listener transform; 41 struct wl_listener transform;
42 struct wl_listener scale; 42 struct wl_listener scale;
43 struct wl_listener present;
43 struct wl_listener damage_destroy; 44 struct wl_listener damage_destroy;
44 struct wl_listener damage_frame; 45 struct wl_listener damage_frame;
45 46