mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
updating the thing so it actually compiles (I'M STUPID)
This commit is contained in:
parent
36ee61064c
commit
82aefce095
1 changed files with 1 additions and 1 deletions
|
|
@ -4969,7 +4969,7 @@ void setup(void) {
|
||||||
* clients from the Unix socket, manging Wayland globals, and so on. */
|
* clients from the Unix socket, manging Wayland globals, and so on. */
|
||||||
dpy = wl_display_create();
|
dpy = wl_display_create();
|
||||||
event_loop = wl_display_get_event_loop(dpy);
|
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);
|
tablet_mgr = wlr_tablet_v2_create(dpy);
|
||||||
/* The backend is a wlroots feature which abstracts the underlying input and
|
/* The backend is a wlroots feature which abstracts the underlying input and
|
||||||
* output hardware. The autocreate option will choose the most suitable
|
* output hardware. The autocreate option will choose the most suitable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue