sway/sway/config
Kenny Levinsen 78fa4e9856 config/output: Update output position in two passes
The modeset logic iterates over all outputs at the end, sets their new
position in the layout and takes a copy of its geometry that is later
referenced by layout and scene management code.

If one output is auto configured, then a later output that is manually
configured can lead to the first output being moved without the stored
geometry being updated.

Split this into two passes: The first pass finalizes the output config
and makes updates to the layout, while the second pass updates the copy
of the geometry and arranges things as a result of it.
2024-11-06 01:28:55 +01:00
..
bar.c Drop server.h include from input/input-manager.h 2024-05-27 09:28:43 -04:00
input.c Implement clickfinger_button_map support. 2024-07-04 22:47:46 +02:00
output.c config/output: Update output position in two passes 2024-11-06 01:28:55 +01:00
seat.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00