mirror of
https://github.com/swaywm/sway.git
synced 2026-03-02 01:40:50 -05: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
|
|
@ -45,7 +45,6 @@ struct sway_server {
|
|||
struct sway_input_manager *input;
|
||||
|
||||
struct wl_listener new_output;
|
||||
struct wl_listener output_layout_change;
|
||||
struct wl_listener renderer_lost;
|
||||
|
||||
struct wlr_idle_notifier_v1 *idle_notifier_v1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue