aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-12-01 15:32:14 -0500
committerFurkan Sahin <furkan-dev@proton.me>2022-12-01 15:32:14 -0500
commit4f26a4f16d87e2efd7bc8381a886f27f6f2252b8 (patch)
treeb6b951044727d9a4c42c9ec650fa7eb327462934 /include
parent1b6450199ee39c2a05f4ef94f5d2ffdbfabc958a (diff)
sway/desktop/output: listen to output mode in commit handle
Diffstat (limited to 'include')
-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 {
struct wl_listener destroy;
struct wl_listener commit;
- struct wl_listener mode;
struct wl_listener present;
struct wl_listener damage;
struct wl_listener frame;