sway-patched-tray-menu-github/include/sway
Alexander Orzechowski 80ea52910a output: Destroy when output layout is destroyed
Since output layout is destroyed when the wayland display is destroyed
we run into a destroy listener order problem: Either the display starts
destroying the outputs first, in which case we're good: The existing
handling will clean up. However, things go wrong if the display decides
to destroy the output layout first. In this case, sway will hold
invalid references to the output layout as part of each output so that
when it finally goes to destroy them, sway will dereference destroyed
output layout bits.

Ref: https://github.com/swaywm/sway/pull/6844#issuecomment-1843599513
(cherry picked from commit bbabb9aae8)
2024-01-26 15:14:24 +01:00
..
desktop Drop support for KDE's idle protocol 2023-10-05 00:01:54 +02:00
input input/input-manager: drop input_manager_configure_all_inputs 2023-11-16 16:29:07 +01:00
tree chore: chase wlroots map logic unification 2023-06-02 20:11:42 +02:00
commands.h input/libinput: add scroll_button_lock method 2023-06-16 15:30:04 +02:00
config.h input/libinput: add scroll_button_lock method 2023-06-16 15:30:04 +02:00
criteria.h i3 compat: Adding support for the all criteria 2023-09-07 10:42:54 +09:00
decoration.h Handle views created after decoration mode is sent for xdg-shell 2018-08-06 15:20:30 +01:00
desktop.h Upgrade for wlroots surface refactoring 2022-01-13 14:01:37 +03:00
ipc-json.h sway: add non-desktop outputs to json when running swaymsg -t get_outputs 2022-09-19 07:26:45 -04:00
ipc-server.h ipc: add support for output event 2023-02-01 11:32:57 -05:00
layers.h Add support for wlr-layer-shell ON_DEMAND keyboard interactivity 2023-06-06 09:07:05 +02:00
output.h output: Destroy when output layout is destroyed 2024-01-26 15:14:24 +01:00
server.h Add support for security-context-v1 2023-11-21 15:12:42 +01:00
surface.h Update surface fractional scale on output change 2023-02-20 12:11:07 +01:00
swaynag.h swaynag: add printf attribute to swaynag_log() 2023-04-14 18:34:54 +02:00
xdg_decoration.h Improve CSD logic 2018-09-27 22:51:37 +10:00
xwayland.h Parse missing i3 window types 2018-10-21 15:59:04 +02:00