aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-13 11:52:51 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-05-13 11:52:51 +1000
commit43460b361a73d09143c830712307c62b4e6cf187 (patch)
tree34ca494ccdc42799010a00f495b1d19193f20fe7 /include
parent30553f7df9ee85945c675e8cf00b509af16edde3 (diff)
parent4f4deca56470403e0c3afe1c2246ab9c1b0f2bea (diff)
Merge pull request #1960 from RedSoxFan/edge-borders
Implement hide_edge_borders
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 61ab7ca1..ec9e2385 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -187,6 +187,9 @@ bool container_has_anscestor(struct sway_container *container,
bool container_has_child(struct sway_container *con,
struct sway_container *child);
+int container_count_descendants_of_type(struct sway_container *con,
+ enum sway_container_type type);
+
void container_create_notify(struct sway_container *container);
void container_damage_whole(struct sway_container *container);