Merge pull request #2305 from Cacodemon345/patch-76
Fix compilation error when building with Wayland
This commit is contained in:
@@ -72,7 +72,7 @@ RendererStack::RendererStack(QWidget *parent)
|
|||||||
this->mouse_poll_func = wl_mouse_poll;
|
this->mouse_poll_func = wl_mouse_poll;
|
||||||
this->mouse_capture_func = wl_mouse_capture;
|
this->mouse_capture_func = wl_mouse_capture;
|
||||||
this->mouse_uncapture_func = wl_mouse_uncapture;
|
this->mouse_uncapture_func = wl_mouse_uncapture;
|
||||||
} else
|
}
|
||||||
# endif
|
# endif
|
||||||
# ifdef EVDEV_INPUT
|
# ifdef EVDEV_INPUT
|
||||||
if (!stricmp(mouse_type, "evdev")) {
|
if (!stricmp(mouse_type, "evdev")) {
|
||||||
|
Reference in New Issue
Block a user