aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-27 13:29:35 +0200
committerarg@mig29 <unknown>2006-10-27 13:29:35 +0200
commit91e569ca37ac441930f041057d2934f02bf263a2 (patch)
treec66b994cdea834c3eeb23618249db3f2dce9ab24 /event.c
parent0f395c1b115280a0976a85940c714152d8a58dac (diff)
downloaddwm-91e569ca37ac441930f041057d2934f02bf263a2.tar.zst
and another fix
Diffstat (limited to 'event.c')
-rw-r--r--event.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/event.c b/event.c
index 0e98f0f..bf88819 100644
--- a/event.c
+++ b/event.c
@@ -136,7 +136,8 @@ buttonpress(XEvent *e) {
}
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);
}