swayfx/sway/input
Ryan Dwyer 44b550298e Fix crash when flattening container after moving
container_flatten removes the container from the tree (via
container_replace) before destroying it. When destroying, the recent
changes to handle_seat_node_destroy incorrectly assumes that the
container has a parent.

This adds a check for destroying a container which is no longer in the
tree. If this is the case, focus does not need to be changed.
2018-10-05 16:39:20 +10:00
..
cursor.c Ignore unrelated cursor buttons while doing seat operations 2018-10-04 20:57:03 +10:00
input-manager.c add tap-and-drag setting to sway-input 2018-09-29 11:49:41 +02:00
keyboard.c Fix #2763 2018-10-04 15:00:18 -04:00
seat.c Fix crash when flattening container after moving 2018-10-05 16:39:20 +10:00