swaybar: annotate wl_list properties in definitions

This commit is contained in:
Ian Fan 2018-10-06 19:02:12 +01:00
parent d0b54e932b
commit 18eaf45224
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ struct box_colors {
};
struct config_output {
struct wl_list link;
struct wl_list link; // swaybar_config::outputs
char *name;
size_t index;
};