aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/manage.c
diff options
context:
space:
mode:
authorDan Cross <cross@gajendra.net>2025-07-25 11:37:39 -0400
committerDan Cross <cross@gajendra.net>2025-07-25 11:58:36 -0400
commit1e6e30e91e7a2712d9507072b5ff3b59a73e5dfe (patch)
tree4cbeff84fe7c087b3ed2171acd55e66593b684d9 /src/cmd/rio/manage.c
parent655f7c3184fe2f1eb039211e689c2fe037fa8320 (diff)
rio: proper prototypes in `fns.h`
Use proper function prototypes in `fns.h`, that include argument type information.
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);