diff options
author | Josef Gajdusek <[email protected]> | 2019-07-16 20:58:14 +0200 |
---|---|---|
committer | Simon Ser <[email protected]> | 2019-07-17 19:36:15 +0300 |
commit | ac87df23eab4f9b2ca16d47a4cbaeb63e32215cf (patch) | |
tree | 0942445e2aad0148e17ea85f92f4664a7ff4a04d /include/sway/server.h | |
parent | 9af0b4d2ea8ff3285077e9323172460d44cc27dc (diff) |
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.h | 1 |
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 { 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; |