pub unsafe extern "C" fn SDL_SetWindowMinimumSize(
    window: *mut SDL_Window,
    min_w: c_int,
    min_h: c_int
)
Expand description

Set the minimum size of a window’s client area.

\param window the window to change \param min_w the minimum width of the window in pixels \param min_h the minimum height of the window in pixels

\since This function is available since SDL 2.0.0.

\sa SDL_GetWindowMinimumSize \sa SDL_SetWindowMaximumSize