aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Josef Gajdusek <atx@atx.name>2019-07-16 20:58:14 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2019-07-17 19:36:15 +0300
commitac87df23eab4f9b2ca16d47a4cbaeb63e32215cf (patch)
tree0942445e2aad0148e17ea85f92f4664a7ff4a04d /include/sway/server.h
parentMake fullscreen check for fullscreen parents (diff)
downloadsway-ac87df23eab4f9b2ca16d47a4cbaeb63e32215cf.tar.gz
sway-ac87df23eab4f9b2ca16d47a4cbaeb63e32215cf.tar.zst
sway-ac87df23eab4f9b2ca16d47a4cbaeb63e32215cf.zip
Update output manager on layout change
The output manager config was not properly updated if the position of the output got changed.
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index fd613bb6..21661685 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -34,6 +34,7 @@ struct sway_server {
34 struct sway_input_manager *input; 34 struct sway_input_manager *input;
35 35
36 struct wl_listener new_output; 36 struct wl_listener new_output;
37 struct wl_listener output_layout_change;
37 38
38 struct wlr_idle *idle; 39 struct wlr_idle *idle;
39 struct sway_idle_inhibit_manager_v1 *idle_inhibit_manager_v1; 40 struct sway_idle_inhibit_manager_v1 *idle_inhibit_manager_v1;