Fix building with Wayland
This commit is contained in:
@@ -62,7 +62,7 @@ void RendererStack::mousePoll()
|
|||||||
mousedata.deltax = mousedata.deltay = mousedata.deltaz = 0;
|
mousedata.deltax = mousedata.deltay = mousedata.deltaz = 0;
|
||||||
mouse_buttons = mousedata.mousebuttons;
|
mouse_buttons = mousedata.mousebuttons;
|
||||||
#ifdef WAYLAND
|
#ifdef WAYLAND
|
||||||
if (wayland)
|
if (QApplication::platformName().contains("wayland"))
|
||||||
wl_mouse_poll();
|
wl_mouse_poll();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user