Searched refs:xkb_context (Results 1 – 4 of 4) sorted by relevance
40 struct xkb_context;72 struct xkb_context *xkb_context; member
108 SDL_WAYLAND_SYM(struct xkb_keymap *, xkb_keymap_new_from_string, (struct xkb_context *, const char …112 SDL_WAYLAND_SYM(void, xkb_context_unref, (struct xkb_context *) )113 SDL_WAYLAND_SYM(struct xkb_context *, xkb_context_new, (enum xkb_context_flags flags) )
422 data->xkb_context = WAYLAND_xkb_context_new(0); in Wayland_VideoInit()423 if (!data->xkb_context) { in Wayland_VideoInit()493 if (data->xkb_context) { in Wayland_VideoQuit()494 WAYLAND_xkb_context_unref(data->xkb_context); in Wayland_VideoQuit()495 data->xkb_context = NULL; in Wayland_VideoQuit()
603 input->xkb.keymap = WAYLAND_xkb_keymap_new_from_string(input->display->xkb_context, in keyboard_handle_keymap()
Completed in 9 milliseconds