Function sdl2_sys::SDL_SetWindowIcon
source ยท pub unsafe extern "C" fn SDL_SetWindowIcon(
window: *mut SDL_Window,
icon: *mut SDL_Surface,
)
Expand description
\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.