applied sumik's multihead patch

This commit is contained in:
Anselm R.Garbe
2006-08-10 11:26:32 +02:00
parent 4bd0d33f57
commit fde45ebed8
3 changed files with 13 additions and 6 deletions

View File

@ -49,6 +49,8 @@ ban(Client *c)
void
focus(Client *c)
{
if (!issel)
return;
Client *old = sel;
XEvent ev;