sway/desktop/output: listen to output mode in commit handle

This commit is contained in:
Simon Zeni 2022-12-01 15:32:14 -05:00 committed by Simon Ser
parent 3bd657c726
commit aa03a8fcb5
2 changed files with 5 additions and 6 deletions

View file

@ -43,7 +43,6 @@ struct sway_output {
struct wl_listener destroy;
struct wl_listener commit;
struct wl_listener mode;
struct wl_listener present;
struct wl_listener damage;
struct wl_listener frame;