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