aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 14:51:51 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 14:51:51 -0500
commit7dfbf06de9a5659d4c73edf53c38ee07068a2877 (patch)
treeccf6d0147d57fd65bc742d8d576e01d2ab2f8249 /include/sway/output.h
parentinput device destroy (diff)
downloadsway-7dfbf06de9a5659d4c73edf53c38ee07068a2877.tar.gz
sway-7dfbf06de9a5659d4c73edf53c38ee07068a2877.tar.zst
sway-7dfbf06de9a5659d4c73edf53c38ee07068a2877.zip
output destroy
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 7ca02d7b..95d64705 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -14,6 +14,7 @@ struct sway_output {
14 struct timespec last_frame; 14 struct timespec last_frame;
15 15
16 struct wl_listener frame; 16 struct wl_listener frame;
17 struct wl_listener output_destroy;
17}; 18};
18 19
19#endif 20#endif