fix of monocle 7f7c3140
Anselm R Garbe · 2008-06-22 09:33 1 file(s) · +1 −1
dwm.c +1 −1
962 962
	Client *c;
963 963
964 964
	for(c = nexttiled(clients); c; c = nexttiled(c->next))
965 -
		resize(c, wx, wy, ww, wh, resizehints);
965 +
		resize(c, wx, wy, ww - 2 * c->bw, wh - 2 * c->bw, resizehints);
966 966
}
967 967
968 968
void