respecting inc hints in floating mode on togglemax 6521c2dd
Anselm R.Garbe · 2006-08-10 17:33 1 file(s) · +1 −1
client.c +1 −1
411 411
		sel->h = sh - 2 - bh;
412 412
413 413
		higher(sel);
414 -
		resize(sel, False, TopLeft);
414 +
		resize(sel, arrange == dofloat, TopLeft);
415 415
416 416
		sel->x = ox;
417 417
		sel->y = oy;