diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-12-01 15:32:14 -0500 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-12-01 23:27:22 +0100 |
commit | aa03a8fcb54a89752d154605c4b6064c84c9be44 (patch) | |
tree | b6b951044727d9a4c42c9ec650fa7eb327462934 /include | |
parent | 3bd657c7260b949019361da3f87aa5a264721ba2 (diff) |
sway/desktop/output: listen to output mode in commit handle
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 5af5b731..28be6a1e 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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; |