# HG changeset patch # User Anselm R. Garbe # Date 1186763245 -7200 # Node ID 8241aba895d89a494c8dbd1758d816374b679928 # Parent a1ac5930ba2fae88fe232585b7f62a54f42ccac1 let not overlap the borders diff -r a1ac5930ba2f -r 8241aba895d8 layout.c --- a/layout.c Fri Aug 10 18:16:05 2007 +0200 +++ b/layout.c Fri Aug 10 18:27:25 2007 +0200 @@ -175,7 +175,7 @@ } resize(c, nx, ny, nw, nh, False); if(n > 1 && th != wah) - ny += nh; + ny += nh + 2 * c->border; i++; } else