set client state to iconic on maprequest 8fda28be
Anselm R. Garbe · 2007-07-28 17:25 1 file(s) · +1 −0
client.c +1 −0
226 226
		c->isfloating = (rettrans == Success) || c->isfixed;
227 227
	attach(c);
228 228
	attachstack(c);
229 +
	setclientstate(c, IconicState);
229 230
	c->isbanned = True;
230 231
	focus(c);
231 232
	lt->arrange();