mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
query: added "decoration" option
This commit is contained in:
parent
e0fa623d42
commit
9181ea1e6f
6 changed files with 38 additions and 9 deletions
|
|
@ -493,6 +493,8 @@ fill_action_query(char *nodename, char *content, struct action *action)
|
|||
current_view_query->tiled_region = xstrdup(content);
|
||||
} else if (!strcasecmp(nodename, "desktop")) {
|
||||
current_view_query->desktop = xstrdup(content);
|
||||
} else if (!strcasecmp(nodename, "decoration")) {
|
||||
current_view_query->decoration = ssd_mode_parse(content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue