[tag] Specify the selected client in tagtransfert

This commit is contained in:
Martin Duquesnoy 2008-10-10 17:52:39 +02:00
parent 70ef3004e6
commit e9fe9f68f6
2 changed files with 2 additions and 1 deletions

1
tag.c
View File

@ -89,6 +89,7 @@ uicb_tagtransfert(uicb_t cmd)
n = 1;
sel->tag = n;
selbytag[n] = sel;
arrange();
return;

2
wmfs.c
View File

@ -570,7 +570,7 @@ manage(Window w, XWindowAttributes *wa)
c->tag = t->tag;
if(!c->free)
c->free = (rettrans == Success) || c->hint;
if(c->free)
else
raiseclient(c);
attach(c);