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

Sets the minimum client area size of the window.