aboutsummaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-14 15:08:10 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-14 15:08:10 -0500
commit083e11ac7c03167d88b4f7532e5311d460e799e2 (patch)
tree3cc0b6a72f4fa4dfd5d6f58bcd23831b74f19bcf /include/sway/output.h
parent946d9459c57fc38b2536d40a45b7d4c9186b6734 (diff)
parentc6cb87be19dba185e32af59e1e7fd1217a15c08b (diff)
fix build for latest api
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 {
struct timespec last_frame;
struct wl_listener frame;
+ struct wl_listener output_destroy;
};
#endif