This crashed Wayland

This commit is contained in:
twinaphex 2018-08-01 01:15:58 +02:00
parent bdf5efd4ab
commit aec7ed40da

View File

@ -223,8 +223,8 @@ static const struct wl_keyboard_listener keyboard_listener = {
keyboard_handle_enter, keyboard_handle_enter,
keyboard_handle_leave, keyboard_handle_leave,
keyboard_handle_key, keyboard_handle_key,
keyboard_handle_modifiers keyboard_handle_modifiers,
//keyboard_handle_repeat_info keyboard_handle_repeat_info
}; };
static void gfx_ctx_wl_show_mouse(void *data, bool state); static void gfx_ctx_wl_show_mouse(void *data, bool state);