summaryrefslogtreecommitdiff
path: root/sway/tree/container.c
diff options
context:
space:
mode:
authorTony Crisci <[email protected]>2018-04-02 14:15:40 -0400
committerTony Crisci <[email protected]>2018-04-02 14:15:40 -0400
commit357a4401fa117416f3182a5f91d27b52b114f3ee (patch)
tree8ffb68c96ac327aa2b37ec40bbf982022e934365 /sway/tree/container.c
parent2187684bd09928748f8b3a82c2e25e5ae82f5ae6 (diff)
address feedback
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 41ba973f..9205d929 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -424,7 +424,7 @@ bool container_has_anscestor(struct sway_container *descendant,
return false;
}
-bool find_child_func(struct sway_container *con, void *data) {
+static bool find_child_func(struct sway_container *con, void *data) {
struct sway_container *child = data;
return con == child;
}