Client: Add option in client_manage to arrange or not.

This commit is contained in:
Martin Duquesnoy
2009-04-23 19:57:56 +02:00
parent 51cccecaeb
commit 4380d64da1
4 changed files with 6 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ scan(void)
XFree(ret);
}
c = client_manage(w[i], &wa);
c = client_manage(w[i], &wa, False);
if(tag != -1)
c->tag = tag;