Suppport output transforms

This commit is contained in:
Jente Hidskes 2019-01-20 14:11:52 +01:00
parent 7379226bbe
commit 8db6b82c59
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
3 changed files with 22 additions and 7 deletions

View file

@ -12,6 +12,7 @@ struct cg_output {
struct wl_listener frame;
struct wl_listener mode;
struct wl_listener transform;
struct wl_listener destroy;
};