diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-01-21 14:11:41 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-01-21 14:11:41 -0500 |
commit | 5505d84ac2fda7c5fb4e4c52385ff818e66ef8e1 (patch) | |
tree | 9e7defcf69938a94878a03d083124212609b3c9d /include | |
parent | 6b03b1205d39d23ea1dee3beb0b533ef5426031e (diff) |
criteria cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/criteria.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h index c5ed9857..9b4b4bef 100644 --- a/include/sway/criteria.h +++ b/include/sway/criteria.h @@ -34,7 +34,7 @@ char *extract_crit_tokens(list_t *tokens, const char *criteria); list_t *criteria_for(swayc_t *cont); // Returns a list of all containers that match the given list of tokens. -list_t *container_for(list_t *tokens); +list_t *container_for_crit_tokens(list_t *tokens); // Returns true if any criteria in the given list matches this container bool criteria_any(swayc_t *cont, list_t *criteria); |