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 f899230f..6fb79987 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -21,6 +21,7 @@ struct sway_output {
21 struct wl_listener frame; 21 struct wl_listener frame;
22 struct wl_listener destroy; 22 struct wl_listener destroy;
23 struct wl_listener mode; 23 struct wl_listener mode;
24 struct wl_listener transform;
24 25
25 pid_t bg_pid; 26 pid_t bg_pid;
26}; 27};