updating the thing so it actually compiles (I'M STUPID)

This commit is contained in:
Sqooky 2026-01-08 21:29:02 -05:00 committed by GitHub
parent 36ee61064c
commit 82aefce095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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