comparison client.c @ 479:de69a7b0c8fa

fixed issue pointed out by Jukka
author arg@mmvi
date Fri, 22 Sep 2006 11:49:24 +0200
parents 2d8af0d7920d
children 12395ef46d97
comparison
equal deleted inserted replaced
478:635b58a87d20 479:de69a7b0c8fa
204 c->x = c->tx = wa->x; 204 c->x = c->tx = wa->x;
205 c->y = c->ty = wa->y; 205 c->y = c->ty = wa->y;
206 c->w = c->tw = wa->width; 206 c->w = c->tw = wa->width;
207 c->h = wa->height; 207 c->h = wa->height;
208 c->th = bh; 208 c->th = bh;
209 c->rx = sx;
210 c->ry = bh;
211 c->rw = sw;
212 c->rh = sh - bh;
213 209
214 c->border = 0; 210 c->border = 0;
215 updatesize(c); 211 updatesize(c);
216 212
217 if(c->x + c->w + 2 > sw) 213 if(c->x + c->w + 2 > sw)