mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
rcxml: rewrite <windowSwitcher><fields> parser
This commit is contained in:
parent
73dd3b8de1
commit
936c5f6df1
3 changed files with 23 additions and 24 deletions
|
|
@ -56,7 +56,6 @@ void osd_field_get_content(struct window_switcher_field *field,
|
|||
struct buf *buf, struct view *view);
|
||||
|
||||
/* Used by rcxml.c when parsing the config */
|
||||
struct window_switcher_field *osd_field_create(void);
|
||||
void osd_field_arg_from_xml_node(struct window_switcher_field *field,
|
||||
const char *nodename, const char *content);
|
||||
bool osd_field_is_valid(struct window_switcher_field *field);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue