applied sanders somepatches.patch
This commit is contained in:
parent
00e95e1f38
commit
2dd5212a79
4 changed files with 16 additions and 8 deletions
6
event.c
6
event.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue