diff options
| author | Ronan Pigott <rpigott@berkeley.edu> | 2020-01-14 17:08:01 -0700 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2020-01-22 13:30:52 -0500 |
| commit | c52b1cf45ab1be0e6fcc323eb4889c7bd767ba3f (patch) | |
| tree | 6408bce58a4de66fa7c85b325c33bd7e5ece6730 /include | |
| parent | f531e86f7c56183c8c4f9da4b209c7ab207a0f7d (diff) | |
Fix crash when showing scratchpad hidden split containers
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/container.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 62c6556b..5cf5b6b1 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -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 |
