mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
(desktop|tree)/output: Do not use layout listener to arrange
Output layout changes originate from the centralized modeset infrastructure and request_state which already takes care of arranging and updating outputs as needed.
This commit is contained in:
parent
6045ad9a02
commit
af28ac04a4
6 changed files with 0 additions and 25 deletions
|
|
@ -134,8 +134,6 @@ enum sway_container_layout output_get_default_layout(
|
|||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue