mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 01:31:51 -05:00
Fix compilation error when building with Wayland
This commit is contained in:
parent
1a44c06a86
commit
886c0acd47
1 changed files with 1 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue