From 27e171e874084115a9c987e484ea84db58a0d20d Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 9 Oct 2020 03:06:49 +0200 Subject: [PATCH] Fix SDL1 builds --- SourceS/sdl2_to_1_2_backports.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SourceS/sdl2_to_1_2_backports.h b/SourceS/sdl2_to_1_2_backports.h index 93b2113ce..9417e8948 100644 --- a/SourceS/sdl2_to_1_2_backports.h +++ b/SourceS/sdl2_to_1_2_backports.h @@ -63,6 +63,10 @@ inline void SDL_StartTextInput() { } +inline void SDL_StopTextInput() +{ +} + inline void SDL_SetTextInputRect(const SDL_Rect *r) { }