Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_video.h Mon Dec 22 04:58:35 2008 +0000 +++ b/include/SDL_video.h Mon Dec 22 05:29:55 2008 +0000 @@ -660,7 +660,7 @@ int h); /** - * \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *w) + * \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *h) * * \brief Get the size of the window's client area. *