mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Fix crash when showing scratchpad hidden split containers
This commit is contained in:
parent
18507e62fd
commit
d88d4bbd9d
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