Fix compilation error when building with Wayland

This commit is contained in:
Cacodemon345
2022-04-26 02:16:32 +06:00
committed by GitHub
parent 1a44c06a86
commit 886c0acd47

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")) {