Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 2990:502adab079a4
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 17:14:27 +0000 |
parents | e4a469d6ddab |
children | 54fac87e1f34 |
comparison
equal
deleted
inserted
replaced
2989:aba5a5cc2e63 | 2990:502adab079a4 |
---|---|
595 * | 595 * |
596 * \brief Set the icon of the window. | 596 * \brief Set the icon of the window. |
597 * | 597 * |
598 * \param icon The icon for the window | 598 * \param icon The icon for the window |
599 */ | 599 */ |
600 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID, SDL_Surface * icon); | 600 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID, |
601 SDL_Surface * icon); | |
601 | 602 |
602 /** | 603 /** |
603 * \fn void SDL_SetWindowData(SDL_WindowID windowID, void *userdata) | 604 * \fn void SDL_SetWindowData(SDL_WindowID windowID, void *userdata) |
604 * | 605 * |
605 * \brief Associate an arbitrary pointer with the window. | 606 * \brief Associate an arbitrary pointer with the window. |