Rebase #1636 against current master

This commit is contained in:
v44r 2019-01-31 10:45:12 +01:00 committed by emersion
parent 1049f360e1
commit 204e1f4712
3 changed files with 9 additions and 2 deletions

View file

@ -7,7 +7,7 @@
struct i3bar_block {
struct wl_list link; // status_link::blocks
int ref_count;
char *full_text, *short_text, *align;
char *full_text, *short_text, *align, *min_width_str;
bool urgent;
uint32_t *color;
int min_width;