Explorar el Código

set client state to iconic on maprequest

Anselm R. Garbe hace 18 años
padre
commit
8fda28be35
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      client.c

+ 1 - 0
client.c

@@ -226,6 +226,7 @@ manage(Window w, XWindowAttributes *wa) {
 		c->isfloating = (rettrans == Success) || c->isfixed;
 	attach(c);
 	attachstack(c);
+	setclientstate(c, IconicState);
 	c->isbanned = True;
 	focus(c);
 	lt->arrange();