comparison client.c @ 246:2ab6be9cd3ff

reverting last patch, that sucks, I don't care about retarded apps like gvim
author Anselm R.Garbe <arg@10ksloc.org>
date Thu, 10 Aug 2006 16:37:13 +0200
parents bc3f69dcf719
children c45ba25c3d26
comparison
equal deleted inserted replaced
245:bc3f69dcf719 246:2ab6be9cd3ff
409 sel->y = sy + bh; 409 sel->y = sy + bh;
410 sel->w = sw - 2; 410 sel->w = sw - 2;
411 sel->h = sh - 2 - bh; 411 sel->h = sh - 2 - bh;
412 412
413 higher(sel); 413 higher(sel);
414 resize(sel, True, TopLeft); 414 resize(sel, False, TopLeft);
415 415
416 sel->x = ox; 416 sel->x = ox;
417 sel->y = oy; 417 sel->y = oy;
418 sel->w = ow; 418 sel->w = ow;
419 sel->h = oh; 419 sel->h = oh;