Missing variable for dragmfact without vanitygaps patch

pull/32/head
bakkeby 4 years ago
parent 69a9fe607a
commit c56773c0a0

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

Loading…
Cancel
Save