1
1
mirror of https://github.com/swaywm/sway synced 2024-11-23 17:32:40 +01:00
sway/include
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
..
sway output: Destroy when output layout is destroyed 2023-12-13 18:10:03 +01:00
swaybar common: move load_image to swaybar 2023-11-23 20:42:04 +01:00
swaynag swaynag: Implement wp_cursor_shape_v1 2023-07-31 10:34:11 +02:00
cairo_util.h
gesture.h sway: add bindgesture command 2022-05-30 12:20:43 +02:00
ipc-client.h
ipc.h
list.h
log.h
loop.h
meson.build
pango.h pango: add printf attribute 2023-04-14 18:34:54 +02:00
pool-buffer.h
stringop.h Add format_str() and vformat_str() 2023-04-14 18:34:54 +02:00
util.h