Set the minimum size of a window's client area.
void SDL_SetWindowMinimumSize(SDL_Window * window,
int min_w, int min_h);
window | the window to change |
min_w | the minimum width of the window in pixels |
min_h | the minimum height of the window in pixels |
This function is available since SDL 2.0.0.