update c->floating on clientfocus

This commit is contained in:
Sander van Dijk 2006-05-29 22:00:16 +00:00
parent 01a0796d65
commit eb022b2613

View File

@ -137,6 +137,7 @@ focus_client(Client *c, Bool restack)
v->sel = i;
f->area->sel = idx_of_frame(f);
c->floating = !i;
if(restack)
restack_view(v);
else {