mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-28 07:58:33 -04:00
output: chase swaywm/wlroots@cc56b4f073
output.c:456:36: error: no member named 'transform' in 'struct wlr_output::(anonymous at /usr/local/include/wlr/types/wlr_output.h:154:2)'
wl_signal_add(&wlr_output->events.transform, &output->transform);
~~~~~~~~~~~~~~~~~~ ^
Based on 2c76923282
This commit is contained in:
parent
82bad3f0fc
commit
a5aa497ff1
2 changed files with 12 additions and 9 deletions
2
output.h
2
output.h
|
|
@ -13,8 +13,8 @@ struct cg_output {
|
|||
struct wlr_output *wlr_output;
|
||||
struct wlr_output_damage *damage;
|
||||
|
||||
struct wl_listener commit;
|
||||
struct wl_listener mode;
|
||||
struct wl_listener transform;
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener damage_frame;
|
||||
struct wl_listener damage_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue