Browse Source

applied Szabolcs Nagy's patch (thank you!)

master
arg@mig29 18 years ago
parent
commit
d2a4952956
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      view.c

+ 1
- 1
view.c View File

@ -99,7 +99,7 @@ dotile(void) {
c->x += mpx;
c->w = stackw - 2 * BORDERPX;
if(th > bh) {
c->y = way + (i - 1) * th;
c->y += (i - 1) * th;
c->h = th - 2 * BORDERPX;
}
else /* fallback if th < bh */


Loading…
Cancel
Save