applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
This commit is contained in:
parent
08d85d6d66
commit
2272df9d31
2 changed files with 32 additions and 28 deletions
2
event.c
2
event.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue