瀏覽代碼

Fixed doxygen warning.

Philipp Wiesemann 11 年之前
父節點
當前提交
b9a2230806
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/SDL_video.h

+ 1 - 0
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
  *