Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 2967:e4a469d6ddab
Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 02 Jan 2009 17:39:48 +0000 |
parents | 9f16a1761fa5 |
children | 502adab079a4 |
line wrap: on
line diff
--- a/include/SDL_video.h Fri Jan 02 16:38:31 2009 +0000 +++ b/include/SDL_video.h Fri Jan 02 17:39:48 2009 +0000 @@ -591,13 +591,13 @@ extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_WindowID windowID); /** - * \fn void SDL_SetWindowIcon(SDL_Surface *icon) + * \fn void SDL_SetWindowIcon(SDL_WindowID windowID, SDL_Surface *icon) * * \brief Set the icon of the window. * * \param icon The icon for the window */ -extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Surface * icon); +extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID, SDL_Surface * icon); /** * \fn void SDL_SetWindowData(SDL_WindowID windowID, void *userdata)