Mouse: Uncomment "break;" after client_swap() (bugfull)

This commit is contained in:
Martin Duquesnoy 2009-07-14 23:25:06 +02:00
parent 164efda501
commit eddf5c24be

View File

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