aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h2
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);
357 357
358bool container_is_scratchpad_hidden(struct sway_container *con); 358bool container_is_scratchpad_hidden(struct sway_container *con);
359 359
360bool container_is_scratchpad_hidden_or_child(struct sway_container *con);
361
360#endif 362#endif