From 01a9edc33a72b4fab03feadc1ce55618a3889950 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 22 Dec 2008 05:29:55 +0000 Subject: [PATCH] typo fix --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403369 --- 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. *