mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Fixed grammar, thanks to Sheena's suggestion.
This commit is contained in:
parent
a9078b519d
commit
864edec6b4
|
|
@ -598,9 +598,9 @@ extern DECLSPEC void SDLCALL SDL_SetWindowTitle(SDL_Window * window,
|
|||
extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window * window);
|
||||
|
||||
/**
|
||||
* \brief Set the icon of a window.
|
||||
* \brief Set the icon for a window.
|
||||
*
|
||||
* \param icon The icon for a window.
|
||||
* \param icon The icon for the window.
|
||||
*/
|
||||
extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,
|
||||
SDL_Surface * icon);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user