mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
parent
a3646721bc
commit
4faab834f9
6 changed files with 27 additions and 2 deletions
|
|
@ -110,6 +110,10 @@ window_rules_get_property(struct view *view, const char *property)
|
|||
&& !strcasecmp(property, "iconPreferClient")) {
|
||||
return rule->icon_prefer_client;
|
||||
}
|
||||
if (rule->allow_always_on_top
|
||||
&& !strcasecmp(property, "allowAlwaysOnTop")) {
|
||||
return rule->allow_always_on_top;
|
||||
}
|
||||
}
|
||||
}
|
||||
return LAB_PROP_UNSPECIFIED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue