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/output.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/output.h')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 3d430ea2..a5a2f29e 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -154,6 +154,8 @@ void scale_box(struct wlr_box *box, float scale); enum wlr_direction opposite_direction(enum wlr_direction d); +void handle_output_layout_change(struct wl_listener *listener, void *data); + void handle_output_manager_apply(struct wl_listener *listener, void *data); void handle_output_manager_test(struct wl_listener *listener, void *data); |