output: handle size changes

Fixes #23.
This commit is contained in:
Jente Hidskes 2019-01-10 15:50:31 +01:00
parent 21c01c9ee0
commit a4a3a4954a
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
4 changed files with 26 additions and 5 deletions

View file

@ -11,6 +11,7 @@ struct cg_output {
struct wlr_output *wlr_output;
struct wl_listener frame;
struct wl_listener mode;
struct wl_listener destroy;
};