From ae52bcfa6adab26bf3357ddbb08a221e5c590503 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 22 Dec 2008 05:29:55 +0000 Subject: [PATCH] typo fix --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index c34956c6b..2041906cc 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -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. *