Set the icon for a window.
Defined in SDL_video.h
void SDL_SetWindowIcon(SDL_Window * window,
SDL_Surface * icon);
SDL_Window * | window | the window to change. |
SDL_Surface * | icon | an SDL_Surface structure containing the icon for the window. |
This function is available since SDL 2.0.0.