summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-01-14 21:12:36 +0100
committerbakkeby <[email protected]>2022-02-11 11:43:35 +0100
commita0d5ba9369fce6736dcf8e01966c6bb5a77973aa (patch)
treef0e6d642c880a3ecb724f587504c3baf0a66a11c /patch
parent2771f3d1c918a1c89691292e64787711ebdc7f7f (diff)
downloaddwm-flexipatch-a0d5ba9369fce6736dcf8e01966c6bb5a77973aa.tar.gz
dwm-flexipatch-a0d5ba9369fce6736dcf8e01966c6bb5a77973aa.zip
tags bar module: fix for wrong click offset ref. #215
Diffstat (limited to 'patch')
-rw-r--r--patch/bar_tags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_tags.c b/patch/bar_tags.c
index c618ff5..8b9092d 100644
--- a/patch/bar_tags.c
+++ b/patch/bar_tags.c
@@ -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;