mirror of
https://github.com/labwc/labwc.git
synced 2026-04-04 07:15:41 -04:00
parent
a3646721bc
commit
4faab834f9
6 changed files with 27 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue