diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-14 15:08:10 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-14 15:08:10 -0500 |
commit | 083e11ac7c03167d88b4f7532e5311d460e799e2 (patch) | |
tree | 3cc0b6a72f4fa4dfd5d6f58bcd23831b74f19bcf /include/sway/output.h | |
parent | 946d9459c57fc38b2536d40a45b7d4c9186b6734 (diff) | |
parent | c6cb87be19dba185e32af59e1e7fd1217a15c08b (diff) |
fix build for latest api
Diffstat (limited to 'include/sway/output.h')
-rw-r--r-- | include/sway/output.h | 1 |
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 |