Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 4869:2b1bcf74e4c4
Documentation clarification
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Aug 2010 15:26:12 -0700 |
parents | 7b1d35d98294 |
children | 22ce07e8e824 |
comparison
equal
deleted
inserted
replaced
4868:d6adaafcfb10 | 4869:2b1bcf74e4c4 |
---|---|
604 */ | 604 */ |
605 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window, | 605 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window, |
606 SDL_Surface * icon); | 606 SDL_Surface * icon); |
607 | 607 |
608 /** | 608 /** |
609 * \brief Associate an arbitrary pointer with the window. | 609 * \brief Associate an arbitrary pointer with a window. |
610 * | 610 * |
611 * \sa SDL_GetWindowData() | 611 * \sa SDL_GetWindowData() |
612 */ | 612 */ |
613 extern DECLSPEC void SDLCALL SDL_SetWindowData(SDL_Window * window, | 613 extern DECLSPEC void SDLCALL SDL_SetWindowData(SDL_Window * window, |
614 void *userdata); | 614 void *userdata); |