mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Fix crash when showing scratchpad hidden split containers
This commit is contained in:
parent
f531e86f7c
commit
c52b1cf45a
4 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue