mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
tags bar module: fix for wrong click offset ref. #215
This commit is contained in:
parent
0404e12dba
commit
406faa9cc3
@ -70,7 +70,7 @@ draw_tags(Bar *bar, BarArg *a)
|
|||||||
int
|
int
|
||||||
click_tags(Bar *bar, Arg *arg, BarArg *a)
|
click_tags(Bar *bar, Arg *arg, BarArg *a)
|
||||||
{
|
{
|
||||||
int i = 0, x = lrpad / 2;
|
int i = 0, x = 0;
|
||||||
#if BAR_HIDEVACANTTAGS_PATCH
|
#if BAR_HIDEVACANTTAGS_PATCH
|
||||||
Client *c;
|
Client *c;
|
||||||
unsigned int occ = 0;
|
unsigned int occ = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user