From ac87df23eab4f9b2ca16d47a4cbaeb63e32215cf Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Tue, 16 Jul 2019 20:58:14 +0200 Subject: Update output manager on layout change The output manager config was not properly updated if the position of the output got changed. --- include/sway/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/server.h') 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 { struct sway_input_manager *input; struct wl_listener new_output; + struct wl_listener output_layout_change; struct wlr_idle *idle; struct sway_idle_inhibit_manager_v1 *idle_inhibit_manager_v1; -- cgit v1.2.3