diff options
author | Tony Crisci <[email protected]> | 2018-03-29 21:19:57 -0400 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-03-29 21:22:39 -0400 |
commit | 4c394a0e9ee04b46ed349f7b3ddf67c53719b3b6 (patch) | |
tree | 0833690f34940296a9cbd6b3dd4ba682d0713370 /sway/criteria.c | |
parent | 4ec8bf4ceead0b78407c92bf90a42b95740123f9 (diff) |
address feedback
Diffstat (limited to 'sway/criteria.c')
-rw-r--r-- | sway/criteria.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/criteria.c b/sway/criteria.c index 70f8e305..46961a60 100644 --- a/sway/criteria.c +++ b/sway/criteria.c @@ -435,7 +435,7 @@ list_t *container_for_crit_tokens(list_t *tokens) { struct list_tokens list_tokens = (struct list_tokens){create_list(), tokens}; - sway_container_for_each(&root_container, + container_for_each(&root_container, (void (*)(struct sway_container *, void *))container_match_add, &list_tokens); |