swayfx/sway/tree
Brian Ashworth d3d7956576 Handle NULL from output_get_active_workspace
This modifies the places where output_get_active_workspace is called to
handle a NULL result. Some places already handled it and did not need a
change, some just have guard off code blocks, others return errors, and
some have sway_asserts since the case should never happen. A lot of this
is probably just safety precautions since they probably will never be
called when `output_get_active_workspace` is not fully configured with a
workspace.
2019-02-21 21:18:03 +01:00
..
arrange.c Implement fullscreen global 2019-01-25 08:29:21 +10:00
container.c Handle NULL from output_get_active_workspace 2019-02-21 21:18:03 +01: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-21 21:18:03 +01:00
root.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
view.c subsurface_get_root_coords: break on NULL 2019-02-13 09:51:40 +01:00
workspace.c workspace_next_name: fallback to next available number 2019-02-17 19:15:19 +01:00