hotfixing with sanders hint 95d84238
Anselm R. Garbe · 2006-09-04 17:21 1 file(s) · +3 −1
client.c +3 −1
254 254
	clients = c;
255 255
256 256
	settitle(c);
257 -
	if(isvisible(c))
257 +
	if(isvisible(c)) {
258 +
		focus(NULL);
258 259
		sel = c;
260 +
	}
259 261
	arrange(NULL);
260 262
	XMapWindow(dpy, c->win);
261 263
	XMapWindow(dpy, c->twin);