tags bar module: fix for wrong click offset ref. #215

This commit is contained in:
bakkeby 2022-01-14 21:12:36 +01:00
parent 2771f3d1c9
commit a0d5ba9369

View File

@ -70,7 +70,7 @@ draw_tags(Bar *bar, BarArg *a)
int
click_tags(Bar *bar, Arg *arg, BarArg *a)
{
int i = 0, x = lrpad / 2;
int i = 0, x = 0;
#if BAR_HIDEVACANTTAGS_PATCH
Client *c;
unsigned int occ = 0;