From c56773c0a0a29e8cc6c412775bb90ba501f59741 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 30 Apr 2020 18:09:47 +0200 Subject: [PATCH] Missing variable for dragmfact without vanitygaps patch --- patch/dragmfact.c | 1 + 1 file changed, 1 insertion(+) 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