Mouse/Client: Focus the selected client when swapping with mouse (requested by pist)

This commit is contained in:
Martin Duquesnoy 2009-07-25 01:57:42 +02:00
parent ec2ccea884
commit b5ec3dd9fa

View File

@ -105,6 +105,7 @@ mouse_move(Client *c)
if(c != sclient)
{
client_swap(c, sclient);
client_focus(sclient);
break;
}
}