Browse Source

Fix SDL1 builds

pull/867/head
Anders Jenbo 6 years ago
parent
commit
27e171e874
  1. 4
      SourceS/sdl2_to_1_2_backports.h

4
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)
{
}

Loading…
Cancel
Save