瀏覽代碼

Add error section to glfwMaximizeWindow reference

Camilla Berglund 9 年之前
父節點
當前提交
f5b71f5329
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/GLFW/glfw3.h

+ 3 - 0
include/GLFW/glfw3.h

@@ -2296,6 +2296,9 @@ GLFWAPI void glfwRestoreWindow(GLFWwindow* window);
  *
  *  @param[in] window The window to maximize.
  *
+ *  @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
+ *  GLFW_PLATFORM_ERROR.
+ *
  *  @par Thread Safety
  *  This function may only be called from the main thread.
  *