mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Missing variable for dragmfact without vanitygaps patch
This commit is contained in:
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…
Reference in New Issue
Block a user