Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 2907:5f89d3751ce7
typo fix
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 22 Dec 2008 05:29:55 +0000 |
parents | 133601e3b255 |
children | 9f16a1761fa5 |
comparison
equal
deleted
inserted
replaced
2906:c4150600b3ae | 2907:5f89d3751ce7 |
---|---|
658 */ | 658 */ |
659 extern DECLSPEC void SDLCALL SDL_SetWindowSize(SDL_WindowID windowID, int w, | 659 extern DECLSPEC void SDLCALL SDL_SetWindowSize(SDL_WindowID windowID, int w, |
660 int h); | 660 int h); |
661 | 661 |
662 /** | 662 /** |
663 * \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *w) | 663 * \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *h) |
664 * | 664 * |
665 * \brief Get the size of the window's client area. | 665 * \brief Get the size of the window's client area. |
666 * | 666 * |
667 * \sa SDL_SetWindowSize() | 667 * \sa SDL_SetWindowSize() |
668 */ | 668 */ |