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

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