aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 5dfe0fff..26b9709f 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -48,7 +48,7 @@ struct sway_output {
48 struct wl_listener damage_frame; 48 struct wl_listener damage_frame;
49 49
50 struct { 50 struct {
51 struct wl_signal destroy; 51 struct wl_signal disable;
52 } events; 52 } events;
53 53
54 struct timespec last_presentation; 54 struct timespec last_presentation;