swayfx/sway/tree
Brian Ashworth f52277f66e Fix scratchpad segfault - NULL focused workspace
When adding a container to the scratchpad, it was possible for focus to
be removed from the seat. This occurred when a single child was moved
from it's parent to the scratchpad due to the focus_inactive for the
parent being NULL. If the focus_inactive for the parent is NULL, the
focus_inactive for the workspace should be focused.
2018-11-28 13:02:54 -05:00
..
arrange.c Fix crash when view maps while locked 2018-10-13 19:15:04 +10:00
container.c Adding commands for configuring titlebar borders and padding 2018-11-22 10:30:04 +01:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Allow multiple outputs for workspace output 2018-11-11 11:22:38 -05:00
root.c Fix scratchpad segfault - NULL focused workspace 2018-11-28 13:02:54 -05:00
view.c Fix segfault when destroying unmapped child view 2018-11-28 14:08:20 +01:00
workspace.c Allow multiple outputs for workspace output 2018-11-11 11:22:38 -05:00