mirror of
https://github.com/swaywm/sway.git
synced 2025-10-28 05:40:16 -04:00
swaybar: annotate wl_list properties in definitions
This commit is contained in:
parent
d0b54e932b
commit
18eaf45224
3 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue