diff --git a/meson.build b/meson.build index 824ede3..114205a 100644 --- a/meson.build +++ b/meson.build @@ -28,7 +28,7 @@ inc_dir = include_directories('include') libevdev = dependency('libevdev') libinput = dependency('libinput', version: '>=1.21.0') libxml2 = dependency('libxml-2.0') -wlroots = dependency('wlroots', version: '>=0.16.0') +wlroots = dependency('wlroots', version: '>=0.16.2') wayland_server = dependency('wayland-server', version: '>=1.15') wayland_protos = dependency('wayland-protocols', version: '>=1.27') xkbcommon = dependency('xkbcommon') diff --git a/waybox/cursor.c b/waybox/cursor.c index f44c259..2ab9720 100644 --- a/waybox/cursor.c +++ b/waybox/cursor.c @@ -83,11 +83,7 @@ static void process_cursor_motion(struct wb_server *server, uint32_t time) { * default. This is what makes the cursor image appear when you move it * around the screen, not over any views. */ wlr_xcursor_manager_set_cursor_image( -#if WLR_CHECK_VERSION(0, 16, 2) server->cursor->xcursor_manager, "default", server->cursor->cursor); -#else - server->cursor->xcursor_manager, "left_ptr", server->cursor->cursor); -#endif } if (surface) { /*