diff options
| author | bakkeby <[email protected]> | 2020-04-30 18:09:47 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-04-30 18:09:47 +0200 |
| commit | c56773c0a0a29e8cc6c412775bb90ba501f59741 (patch) | |
| tree | f338875f7e9091513ef8bb2b415e3c785c8172e9 /patch | |
| parent | 69a9fe607a7d5bc9891376b22f07f2617ddecbc6 (diff) | |
| download | dwm-flexipatch-c56773c0a0a29e8cc6c412775bb90ba501f59741.tar.gz dwm-flexipatch-c56773c0a0a29e8cc6c412775bb90ba501f59741.zip | |
Missing variable for dragmfact without vanitygaps patch
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/dragmfact.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
