Fix crash when showing scratchpad hidden split containers

This commit is contained in:
Ronan Pigott 2020-01-14 17:08:01 -07:00 committed by Brian Ashworth
parent 18507e62fd
commit d88d4bbd9d
4 changed files with 15 additions and 1 deletions

View file

@ -357,4 +357,6 @@ void container_raise_floating(struct sway_container *con);
bool container_is_scratchpad_hidden(struct sway_container *con);
bool container_is_scratchpad_hidden_or_child(struct sway_container *con);
#endif