Commit 01a9edc3 authored by Sam Lantinga's avatar Sam Lantinga

typo fix

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403369
parent d6295612
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment