applied sanders try2 patch
This commit is contained in:
parent
2b13e7466f
commit
0f395c1b11
4 changed files with 6 additions and 7 deletions
2
event.c
2
event.c
|
@ -136,7 +136,7 @@ buttonpress(XEvent *e) {
|
|||
}
|
||||
else if(ev->button == Button2)
|
||||
zoom(NULL);
|
||||
else if(ev->button == Button3 && (arrange == dofloat || c->isfloat)) {
|
||||
else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) {
|
||||
restack();
|
||||
resizemouse(c);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue