--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403369
This commit is contained in:
Sam Lantinga 2008-12-22 05:29:55 +00:00
parent d62956121f
commit 01a9edc33a

View file

@ -660,7 +660,7 @@ extern DECLSPEC void SDLCALL SDL_SetWindowSize(SDL_WindowID windowID, int w,
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.
*