aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/criteria.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-26 17:20:12 -0400
committerLibravatar GitHub <noreply@github.com>2017-04-26 17:20:12 -0400
commit11b4c3454c65375db88901165f0a69c978e3977f (patch)
tree97fabe0d36c2c5574a2ff47238eeed58fa200fd0 /include/sway/criteria.h
parentMerge pull request #1194 from snoack/version (diff)
parentFix handling of floating windows (diff)
downloadsway-11b4c3454c65375db88901165f0a69c978e3977f.tar.gz
sway-11b4c3454c65375db88901165f0a69c978e3977f.tar.zst
sway-11b4c3454c65375db88901165f0a69c978e3977f.zip
Merge pull request #1196 from SirCmpwn/no_focus
Implement no_focus
Diffstat (limited to 'include/sway/criteria.h')
-rw-r--r--include/sway/criteria.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h
index 022c48a8..c5ed9857 100644
--- a/include/sway/criteria.h
+++ b/include/sway/criteria.h
@@ -36,4 +36,7 @@ list_t *criteria_for(swayc_t *cont);
36// Returns a list of all containers that match the given list of tokens. 36// Returns a list of all containers that match the given list of tokens.
37list_t *container_for(list_t *tokens); 37list_t *container_for(list_t *tokens);
38 38
39// Returns true if any criteria in the given list matches this container
40bool criteria_any(swayc_t *cont, list_t *criteria);
41
39#endif 42#endif