aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rio/manage.c')
-rw-r--r--src/cmd/rio/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/rio/manage.c b/src/cmd/rio/manage.c
index 07c9d479..1c82cc3f 100644
--- a/src/cmd/rio/manage.c
+++ b/src/cmd/rio/manage.c
@@ -115,7 +115,7 @@ manage(Client *c, int mapped)
nwin %= 10;
}
- if(c->is9term && !(fixsize ? drag(c, Button3) : sweep(c, Button3))){
+ if(c->is9term && !(fixsize ? drag(c, Button3) : sweep(c, Button3, 0))){
ScreenInfo *screen = c->screen;
XKillClient(dpy, c->window);
rmclient(c);