[][src]Function fermium::video::SDL_UpdateWindowSurface

pub unsafe extern "C" fn SDL_UpdateWindowSurface(
    window: *mut SDL_Window
) -> c_int

Updates the window surface data for the user to see.

Returns: 0 on success, negative on failure. Call SDL_GetError for more.