From 82aefce095999558ab94d62713d6da9a96d11597 Mon Sep 17 00:00:00 2001 From: Sqooky Date: Thu, 8 Jan 2026 21:29:02 -0500 Subject: [PATCH] updating the thing so it actually compiles (I'M STUPID) --- src/mango.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mango.c b/src/mango.c index d087375e..b392636c 100644 --- a/src/mango.c +++ b/src/mango.c @@ -4969,7 +4969,7 @@ void setup(void) { * clients from the Unix socket, manging Wayland globals, and so on. */ dpy = wl_display_create(); event_loop = wl_display_get_event_loop(dpy); - pointer_manager = wlr_relative_pointer_manager_v1_create(dpy); + relative_pointer_mgr = wlr_relative_pointer_manager_v1_create(dpy); tablet_mgr = wlr_tablet_v2_create(dpy); /* The backend is a wlroots feature which abstracts the underlying input and * output hardware. The autocreate option will choose the most suitable