mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: update output-management-v1 state when output is modeset
This commit is contained in:
parent
ef68d7d4d1
commit
ee77a65fe3
2 changed files with 12 additions and 4 deletions
|
|
@ -22,6 +22,7 @@ struct roots_output {
|
|||
struct wlr_box usable_area;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener enable;
|
||||
struct wl_listener mode;
|
||||
struct wl_listener transform;
|
||||
struct wl_listener present;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue