mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 16:47:18 -05:00
typo fix
This commit is contained in:
parent
7ba47374bc
commit
9feaa729fd
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user