mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
parent
370d62beda
commit
9153c22dab
5 changed files with 14 additions and 1 deletions
|
|
@ -899,6 +899,8 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
if (rc.placement_policy == LAB_PLACE_INVALID) {
|
||||
rc.placement_policy = LAB_PLACE_CENTER;
|
||||
}
|
||||
} else if (!strcasecmp(nodename, "xwaylandPersistence.core")) {
|
||||
set_bool(content, &rc.xwayland_persistence);
|
||||
} else if (!strcmp(nodename, "name.theme")) {
|
||||
rc.theme_name = xstrdup(content);
|
||||
} else if (!strcmp(nodename, "cornerradius.theme")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue