mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
rcxml: rewrite <windowSwitcher><fields> parser
This commit is contained in:
parent
73dd3b8de1
commit
936c5f6df1
3 changed files with 23 additions and 24 deletions
|
|
@ -297,13 +297,6 @@ reset_format:
|
|||
buf_reset(&field_result);
|
||||
}
|
||||
|
||||
struct window_switcher_field *
|
||||
osd_field_create(void)
|
||||
{
|
||||
struct window_switcher_field *field = znew(*field);
|
||||
return field;
|
||||
}
|
||||
|
||||
void
|
||||
osd_field_arg_from_xml_node(struct window_switcher_field *field,
|
||||
const char *nodename, const char *content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue