|
Size: 662
Comment: update content for consistency
|
Size: 580
Comment: update content (w/ Sam); remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 28: | Line 27: |
| == Related Functions == |
SDL_SetWindowIcon
Use this function to set the icon of the window.
Syntax
void SDL_SetWindowIcon(SDL_Window* window,
SDL_Surface* icon)
Function Parameters
window |
the window to change |
icon |
the icon for the window |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
