|
Size: 579
Comment: update content (from Sam)
|
Size: 624
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''window'''||the window to change|| ||'''icon'''||the icon for the window|| |
||'''window'''||the SDL_Window to change|| ||'''icon'''||the [[SDL_Surface]] structure containing the icon for the window|| |
SDL_SetWindowIcon
Use this function to set the icon for a window.
Syntax
void SDL_SetWindowIcon(SDL_Window* window,
SDL_Surface* icon)
Function Parameters
window |
the SDL_Window to change |
icon |
the SDL_Surface structure containing the icon for the window |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
