applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names

This commit is contained in:
Anselm R.Garbe
2006-08-21 09:03:14 +02:00
parent 08d85d6d66
commit 2272df9d31
2 changed files with 32 additions and 28 deletions

View File

@ -119,6 +119,8 @@ buttonpress(XEvent *e)
}
else if((c = getclient(ev->window))) {
focus(c);
if(CLEANMASK(ev->state) == 0)
return;
switch(ev->button) {
default:
break;