Missing variable for dragmfact without vanitygaps patch

This commit is contained in:
bakkeby 2020-04-30 18:09:47 +02:00
parent 69a9fe607a
commit c56773c0a0

View File

@ -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