Revision c227f099 sdl.c

b/sdl.c
235 235

  
236 236
#include "sdl_keysym.h"
237 237

  
238
static a_kbd_layout *kbd_layout = NULL;
238
static kbd_layout_t *kbd_layout = NULL;
239 239

  
240 240
static uint8_t sdl_keyevent_to_keycode_generic(const SDL_KeyboardEvent *ev)
241 241
{

Also available in: Unified diff