mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
wayland: add support for security-context-v1
This commit is contained in:
parent
15135465d9
commit
65f7499f1c
9 changed files with 72 additions and 4 deletions
|
|
@ -34,6 +34,8 @@ view_matches_criteria(struct window_rule *rule, struct view *view)
|
|||
query.identifier = rule->identifier;
|
||||
query.title = rule->title;
|
||||
query.window_type = rule->window_type;
|
||||
query.sandbox_engine = rule->sandbox_engine;
|
||||
query.sandbox_app_id = rule->sandbox_app_id;
|
||||
|
||||
if (rule->match_once && other_instances_exist(view, &query)) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue