Set the minimum size of a window's client area.
void SDL_SetWindowMinimumSize(SDL_Window * window, int min_w, int min_h);
This function is available since SDL 2.0.0.
CategoryAPI