mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -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
|
|
@ -5,7 +5,7 @@
|
|||
#include "status_line.h"
|
||||
|
||||
struct i3bar_block {
|
||||
struct wl_list link;
|
||||
struct wl_list link; // status_link::blocks
|
||||
int ref_count;
|
||||
char *full_text, *short_text, *align;
|
||||
bool urgent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue