output destroy

This commit is contained in:
Tony Crisci 2018-02-14 14:51:51 -05:00
parent 06c71f115b
commit 7dfbf06de9
5 changed files with 15 additions and 15 deletions

View file

@ -14,6 +14,7 @@ struct sway_output {
struct timespec last_frame;
struct wl_listener frame;
struct wl_listener output_destroy;
};
#endif