sway/sway/tree
Brian Ashworth 4284de1c7b sway_view_child: add listener for view unmap
Since not all child views's have an unmap event, it is possible for it
to still be mapped (default state) in the destruction handler. When
the destruction handler is called, the corresponding view may have
already been freed and the memory location reallocated. This adds a
listener for the view unmapping and removes the mapped status. This
ensures that the child view is damaged due to destruction while the
view still exists and not after.
2019-03-11 10:57:16 -04:00
..
arrange.c arrange: use int not size_t for title offsets 2019-03-11 10:56:20 -04:00
container.c fullscreen: init floating on disable without size 2019-03-11 10:57:16 -04:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Handle NULL from output_get_active_workspace 2019-02-25 17:10:04 -05:00
root.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
view.c sway_view_child: add listener for view unmap 2019-03-11 10:57:16 -04:00
workspace.c workspace_next_name: fallback to next available number 2019-02-18 15:11:48 -05:00