rcxml: sync rcxml.window_switcher with XML format

This commit is contained in:
tokyo4j 2025-12-07 17:44:36 +09:00
parent a98fd8f974
commit 7743a78356
6 changed files with 39 additions and 37 deletions

View file

@ -39,7 +39,7 @@ struct cycle_osd_field {
enum cycle_osd_field_content content;
int width;
char *format;
struct wl_list link; /* struct rcxml.window_switcher.fields */
struct wl_list link; /* struct rcxml.window_switcher.osd.fields */
};
struct buf;