[−][src]Function sdl2_sys::SDL_SetWindowIcon
pub unsafe extern "C" fn SDL_SetWindowIcon(
window: *mut SDL_Window,
icon: *mut SDL_Surface
)
\brief Set the icon for a window.
\param window The window for which the icon should be set. \param icon The icon for the window.