Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
and another fix
[dwm.git]
/
event.c
diff --git
a/event.c
b/event.c
index
0e98f0f
..
bf88819
100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-136,7
+136,8
@@
buttonpress(XEvent *e) {
}
else if(ev->button == Button2)
zoom(NULL);
}
else if(ev->button == Button2)
zoom(NULL);
- else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) {
+ else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) &&
+ !c->isfixed) {
restack();
resizemouse(c);
}
restack();
resizemouse(c);
}