This commit is contained in:
Sam Lantinga 2008-12-22 05:29:55 +00:00
parent 7ba47374bc
commit 9feaa729fd

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.
*