diff options
Diffstat (limited to 'sdl.c')
| -rw-r--r-- | sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c index 42b6f37e6f..0c6586731e 100644 --- a/sdl.c +++ b/sdl.c @@ -235,7 +235,7 @@ static DisplaySurface* sdl_resize_displaysurface(DisplaySurface *surface, int wi #include "sdl_keysym.h" -static kbd_layout_t *kbd_layout = NULL; +static a_kbd_layout *kbd_layout = NULL; static uint8_t sdl_keyevent_to_keycode_generic(const SDL_KeyboardEvent *ev) { |