mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fix typo
This commit is contained in:
parent
9182b8ab61
commit
9461db1ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -1414,7 +1414,7 @@ static const struct wl_touch_listener touch_listener = {
|
|||
touch_handler_orientation // Version 6
|
||||
};
|
||||
|
||||
// Fallback for xkb_keymap_key_get_mods_for_level(), which is only available from 1.0.0, while the SDL minimum os 0.5.0.
|
||||
// Fallback for xkb_keymap_key_get_mods_for_level(), which is only available from 1.0.0, while the SDL minimum is 0.5.0.
|
||||
#if !SDL_XKBCOMMON_CHECK_VERSION(1, 0, 0)
|
||||
static size_t xkb_legacy_get_mods_for_level(SDL_WaylandSeat *seat, xkb_keycode_t key, xkb_layout_index_t layout, xkb_level_index_t level, xkb_mod_mask_t *masks_out, size_t masks_size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue