From 0d2a08bcf9dead11ac699bae0e6861d597cc08d8 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Fri, 15 Aug 2025 20:13:41 +0100 Subject: fix compilation with togglemouse --- togglemouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/togglemouse.c b/togglemouse.c index 4642b35..9c46189 100644 --- a/togglemouse.c +++ b/togglemouse.c @@ -2,7 +2,7 @@ static Window fw = 0; static int locked = 0; void -togglemouse(const Arg *arg) +togglemouse(const Arg *arg) { if (locked) { XUngrabPointer(dpy, CurrentTime); XWarpPointer(dpy, None, selmon->sel->win, 0, 0, 0, 0, selmon->sel->w/2, selmon->sel->h/2); -- cgit v1.2.3