summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-04-30 18:09:47 +0200
committerbakkeby <[email protected]>2020-04-30 18:09:47 +0200
commitc56773c0a0a29e8cc6c412775bb90ba501f59741 (patch)
treef338875f7e9091513ef8bb2b415e3c785c8172e9 /patch
parent69a9fe607a7d5bc9891376b22f07f2617ddecbc6 (diff)
downloaddwm-flexipatch-c56773c0a0a29e8cc6c412775bb90ba501f59741.tar.gz
dwm-flexipatch-c56773c0a0a29e8cc6c412775bb90ba501f59741.zip
Missing variable for dragmfact without vanitygaps patch
Diffstat (limited to 'patch')
-rw-r--r--patch/dragmfact.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/dragmfact.c b/patch/dragmfact.c
index 444557c..3bb111f 100644
--- a/patch/dragmfact.c
+++ b/patch/dragmfact.c
@@ -16,6 +16,7 @@ dragmfact(const Arg *arg)
int oh, ov, ih, iv;
getgaps(m, &oh, &ov, &ih, &iv, &n);
#else
+ Client *c;
for (n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++);
#endif // VANITYGAPS_PATCH