From b9a22308066bfdd9eb8f8282eb057a01fbbc6324 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 28 Sep 2013 12:55:32 +0200 Subject: [PATCH] Fixed doxygen warning. --- include/SDL_video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_video.h b/include/SDL_video.h index 6822173a51476..3b02cce2f28af 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -904,6 +904,7 @@ extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void); /** * \brief Get the size of a window's underlying drawable (for use with glViewport). * + * \param window Window from which the drawable size should be queried * \param w Pointer to variable for storing the width, may be NULL * \param h Pointer to variable for storing the height, may be NULL *