sway-patched-tray-menu/include/sway
Alexander Orzechowski bbabb9aae8 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
2023-12-13 18:10:03 +01:00
..
desktop Drop support for KDE's idle protocol 2023-10-05 00:01:54 +02:00
input input/seat: rename seat_set_exclusive_client() 2023-12-13 10:11:35 +01:00
tree xdg-shell: chase events update 2023-11-23 19:41:57 +01: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 2023-12-13 18:10:03 +01:00
server.h Detect Nvidia proprietary driver via drmGetVersion() 2023-12-12 10:04:14 -05: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 xdg-shell: chase events update 2023-11-23 19:41:57 +01:00
xwayland.h Parse missing i3 window types 2018-10-21 15:59:04 +02:00