xwayland: make X11 always-on-top request opt-in

Fixes: #3441
This commit is contained in:
Consolatis 2026-03-12 13:08:18 +01:00
parent a3646721bc
commit 4faab834f9
6 changed files with 27 additions and 2 deletions

View file

@ -300,6 +300,8 @@ fill_window_rule(xmlNode *node)
set_property(content, &window_rule->ignore_configure_request);
} else if (!strcasecmp(key, "fixedPosition")) {
set_property(content, &window_rule->fixed_position);
} else if (!strcasecmp(key, "allowAlwaysOnTop")) {
set_property(content, &window_rule->allow_always_on_top);
}
}