applied sanders somepatches.patch

This commit is contained in:
Anselm R. Garbe
2006-08-28 08:02:29 +02:00
parent 00e95e1f38
commit 2dd5212a79
4 changed files with 16 additions and 8 deletions

View File

@ -116,8 +116,10 @@ buttonpress(XEvent *e)
return;
}
}
if(ev->x < x + bmw)
togglemode(NULL);
if(ev->x < x + bmw) {
if(ev->button == Button1)
togglemode(NULL);
}
}
else if((c = getclient(ev->window))) {
focus(c);