rcxml: rewrite <windowSwitcher><fields> parser

This commit is contained in:
tokyo4j 2025-04-12 02:08:45 +09:00 committed by Johan Malm
parent 73dd3b8de1
commit 936c5f6df1
3 changed files with 23 additions and 24 deletions

View file

@ -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);