|
Size: 580
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 576
Comment: update content - "the" to "a" window update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to set the icon of the window. | Use this function to set the icon of a window. |
| Line 17: | Line 17: |
| ||'''icon'''||the icon for the window|| | ||'''icon'''||the icon for a window|| |
SDL_SetWindowIcon
Use this function to set the icon of a window.
Syntax
void SDL_SetWindowIcon(SDL_Window* window,
SDL_Surface* icon)
Function Parameters
window |
the window to change |
icon |
the icon for a window |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
