aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-13 15:52:18 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-13 15:52:18 +0100
commita4619e98c462690f14baf5c0c72c25553e3c6d51 (patch)
treed5b8341824d7bcc882343f2173c55d23b330346f /include/sway/output.h
parentUpdate output container box in event handler (diff)
downloadsway-a4619e98c462690f14baf5c0c72c25553e3c6d51.tar.gz
sway-a4619e98c462690f14baf5c0c72c25553e3c6d51.tar.zst
sway-a4619e98c462690f14baf5c0c72c25553e3c6d51.zip
Update output containers on output layout change
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 11869398..7ca02d7b 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -13,15 +13,7 @@ struct sway_output {
13 struct sway_server *server; 13 struct sway_server *server;
14 struct timespec last_frame; 14 struct timespec last_frame;
15 15
16 struct {
17 struct wl_signal scale;
18 struct wl_signal transform;
19 } events;
20
21 struct wl_listener frame; 16 struct wl_listener frame;
22 struct wl_listener resolution;
23 struct wl_listener scale;
24 struct wl_listener transform;
25}; 17};
26 18
27#endif 19#endif