aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-12-01 15:32:14 -0500
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-01 23:27:22 +0100
commitaa03a8fcb54a89752d154605c4b6064c84c9be44 (patch)
treeb6b951044727d9a4c42c9ec650fa7eb327462934 /include/sway/output.h
parentChase breaking changes in wlroots!3903 (diff)
downloadsway-aa03a8fcb54a89752d154605c4b6064c84c9be44.tar.gz
sway-aa03a8fcb54a89752d154605c4b6064c84c9be44.tar.zst
sway-aa03a8fcb54a89752d154605c4b6064c84c9be44.zip
sway/desktop/output: listen to output mode in commit handle
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h1
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 {
43 43
44 struct wl_listener destroy; 44 struct wl_listener destroy;
45 struct wl_listener commit; 45 struct wl_listener commit;
46 struct wl_listener mode;
47 struct wl_listener present; 46 struct wl_listener present;
48 struct wl_listener damage; 47 struct wl_listener damage;
49 struct wl_listener frame; 48 struct wl_listener frame;