aboutsummaryrefslogtreecommitdiffstats
path: root/sway/criteria.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-29 23:53:38 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-29 23:53:38 -0400
commit8f490d7d2dbadfe85dcf3dcd972471e86671442a (patch)
tree6f7a3121f15503a923c1ce53bf2bee368c6149a6 /sway/criteria.c
parentRevert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" (diff)
downloadsway-8f490d7d2dbadfe85dcf3dcd972471e86671442a.tar.gz
sway-8f490d7d2dbadfe85dcf3dcd972471e86671442a.tar.zst
sway-8f490d7d2dbadfe85dcf3dcd972471e86671442a.zip
Fix oversights from previous pull request
Diffstat (limited to 'sway/criteria.c')
-rw-r--r--sway/criteria.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/criteria.c b/sway/criteria.c
index 247f6b75..5fee1888 100644
--- a/sway/criteria.c
+++ b/sway/criteria.c
@@ -435,7 +435,7 @@ list_t *container_for_crit_tokens(list_t *tokens) {
435 struct list_tokens list_tokens = 435 struct list_tokens list_tokens =
436 (struct list_tokens){create_list(), tokens}; 436 (struct list_tokens){create_list(), tokens};
437 437
438 container_for_each_descendent(&root_container, 438 container_for_each_descendant_dfs(&root_container,
439 (void (*)(struct sway_container *, void *))container_match_add, 439 (void (*)(struct sway_container *, void *))container_match_add,
440 &list_tokens); 440 &list_tokens);
441 441