From ae0caeef8d6fdd3c702a19d8a84231af52c27e92 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 5 Mar 2024 13:54:17 -0800 Subject: [PATCH] Fixed build --- src/video/android/SDL_androidkeyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/android/SDL_androidkeyboard.c b/src/video/android/SDL_androidkeyboard.c index c77ae57a3..a63d0b68a 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) {