diff options
Diffstat (limited to 'patch/layout_grid.c')
| -rw-r--r-- | patch/layout_grid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/layout_grid.c b/patch/layout_grid.c index df19896..7ac832f 100644 --- a/patch/layout_grid.c +++ b/patch/layout_grid.c @@ -57,4 +57,5 @@ grid(Monitor *m) resize(c, cx, cy, cw + (cc < cwrest ? 1 : 0) - 2*c->bw, ch + (cr < chrest ? 1 : 0) - 2*c->bw, False); } } -#endif
\ No newline at end of file +#endif + |
