mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
This crashed Wayland
This commit is contained in:
parent
bdf5efd4ab
commit
aec7ed40da
@ -223,8 +223,8 @@ static const struct wl_keyboard_listener keyboard_listener = {
|
||||
keyboard_handle_enter,
|
||||
keyboard_handle_leave,
|
||||
keyboard_handle_key,
|
||||
keyboard_handle_modifiers
|
||||
//keyboard_handle_repeat_info
|
||||
keyboard_handle_modifiers,
|
||||
keyboard_handle_repeat_info
|
||||
};
|
||||
|
||||
static void gfx_ctx_wl_show_mouse(void *data, bool state);
|
||||
|
Loading…
Reference in New Issue
Block a user