Missing variable for dragmfact without vanitygaps patch
This commit is contained in:
@@ -16,6 +16,7 @@ dragmfact(const Arg *arg)
|
|||||||
int oh, ov, ih, iv;
|
int oh, ov, ih, iv;
|
||||||
getgaps(m, &oh, &ov, &ih, &iv, &n);
|
getgaps(m, &oh, &ov, &ih, &iv, &n);
|
||||||
#else
|
#else
|
||||||
|
Client *c;
|
||||||
for (n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++);
|
for (n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++);
|
||||||
#endif // VANITYGAPS_PATCH
|
#endif // VANITYGAPS_PATCH
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user