diff options
| author | Anselm R. Garbe <[email protected]> | 2006-09-06 13:56:46 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2006-09-06 13:56:46 +0200 |
| commit | e8389a4cc0f1c35bcb7e7646102bd6d6a830207e (patch) | |
| tree | 589dfd38f19f0d82842d2add92e5af5278f52e85 /client.c | |
| parent | Added tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8e (diff) | |
| download | seiwm-e8389a4cc0f1c35bcb7e7646102bd6d6a830207e.tar.xz seiwm-e8389a4cc0f1c35bcb7e7646102bd6d6a830207e.zip | |
maybe this might work
Diffstat (limited to 'client.c')
| -rw-r--r-- | client.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -243,6 +243,8 @@ manage(Window w, XWindowAttributes *wa) c->isfloat = trans || (c->maxw && c->minw && c->maxw == c->minw && c->maxh == c->minh); + if(c->isfloat) + c->weight = ntags; if(clients) clients->prev = c; |