mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
criteria cleanup
This commit is contained in:
parent
6b03b1205d
commit
5505d84ac2
3 changed files with 12 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue