mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Change parameter type
This commit is contained in:
parent
1d0814e390
commit
a621aa4861
1 changed files with 1 additions and 1 deletions
|
|
@ -2078,7 +2078,7 @@ static const struct wl_keyboard_listener _glfwKeyboardListenerWayland =
|
|||
|
||||
static void _glfwSeatHandleCapabilitiesWayland(void* userData,
|
||||
struct wl_seat* seat,
|
||||
enum wl_seat_capability caps)
|
||||
uint32_t caps)
|
||||
{
|
||||
if ((caps & WL_SEAT_CAPABILITY_POINTER) && !_glfw.wl.pointer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue