Merge pull request #2305 from Cacodemon345/patch-76

Fix compilation error when building with Wayland
This commit is contained in:
Miran Grča
2022-04-25 22:20:03 +02:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ RendererStack::RendererStack(QWidget *parent)
this->mouse_poll_func = wl_mouse_poll;
this->mouse_capture_func = wl_mouse_capture;
this->mouse_uncapture_func = wl_mouse_uncapture;
} else
}
# endif
# ifdef EVDEV_INPUT
if (!stricmp(mouse_type, "evdev")) {