dwm/patch/status2d.h
bakkeby 2e30bddc16 Fixing status2d and statuscmd / dwmblocks compatibility issues.
Text width calculations when using status2d strings resulted in
statuscmd button placement calculations to be way off. Fixed by
introducing a separate function status2dtextlength to get an
approximate correct text width.
2020-05-27 21:04:22 +02:00

2 lines
119 B
C

static int drawstatusbar(Monitor *m, int bh, char* text, int stw, int stp);
static int status2dtextlength(char* stext);