[][src]Function fermium::video::SDL_SetWindowMaximumSize

pub unsafe extern "C" fn SDL_SetWindowMaximumSize(
    window: *mut SDL_Window,
    max_w: c_int,
    max_h: c_int
)

Sets the maximum client area size of the window.