applied sanders focus_ patches
This commit is contained in:
parent
2dd5212a79
commit
0a25fe9188
2 changed files with 49 additions and 26 deletions
2
event.c
2
event.c
|
@ -123,7 +123,7 @@ buttonpress(XEvent *e)
|
|||
}
|
||||
else if((c = getclient(ev->window))) {
|
||||
focus(c);
|
||||
if(CLEANMASK(ev->state) == 0)
|
||||
if(CLEANMASK(ev->state) != MODKEY)
|
||||
return;
|
||||
switch(ev->button) {
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue