mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Suppport output transforms
This commit is contained in:
parent
7379226bbe
commit
8db6b82c59
3 changed files with 22 additions and 7 deletions
1
output.h
1
output.h
|
|
@ -12,6 +12,7 @@ struct cg_output {
|
|||
|
||||
struct wl_listener frame;
|
||||
struct wl_listener mode;
|
||||
struct wl_listener transform;
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue