Add xdg_toplevel tag to criteria

This commit is contained in:
Simon Ser 2025-07-10 16:45:29 +02:00 committed by Kenny Levinsen
parent 08142c3f3a
commit cb33701f5e
3 changed files with 33 additions and 1 deletions

View file

@ -56,6 +56,7 @@ struct criteria {
struct pattern *sandbox_engine;
struct pattern *sandbox_app_id;
struct pattern *sandbox_instance_id;
struct pattern *tag;
};
bool criteria_is_empty(struct criteria *criteria);