mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
remove swayc_t typedef
This commit is contained in:
parent
874f009866
commit
83d09cf594
10 changed files with 53 additions and 47 deletions
|
|
@ -31,12 +31,12 @@ char *extract_crit_tokens(list_t *tokens, const char *criteria);
|
|||
|
||||
// Returns list of criteria that match given container. These criteria have
|
||||
// been set with `for_window` commands and have an associated cmdlist.
|
||||
list_t *criteria_for(swayc_t *cont);
|
||||
list_t *criteria_for(struct sway_container *cont);
|
||||
|
||||
// Returns a list of all containers that match the given list of 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);
|
||||
bool criteria_any(struct sway_container *cont, list_t *criteria);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue