diff --git a/src/video/android/SDL_androidkeyboard.c b/src/video/android/SDL_androidkeyboard.c index c77ae57a3c..a63d0b68a9 100644 --- a/src/video/android/SDL_androidkeyboard.c +++ b/src/video/android/SDL_androidkeyboard.c @@ -313,7 +313,7 @@ static SDL_Scancode Android_Keycodes[] = { SDL_SCANCODE_PASTE, /* AKEYCODE_PASTE */ }; -static bool SDL_screen_keyboard_shown; +static SDL_bool SDL_screen_keyboard_shown; static SDL_Scancode TranslateKeycode(int keycode) {