From f5b71f5329bca114f4906bcce819f18ef0e32a61 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 27 May 2016 14:20:39 +0200 Subject: [PATCH] Add error section to glfwMaximizeWindow reference --- include/GLFW/glfw3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index b750a2a3..8bff6cce 100644 --- a/include/GLFW/glfw3.h +++ b/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. *