mirror of
https://github.com/gwm17/glfw.git
synced 2026-01-14 06:42:17 -05:00
Add error section to glfwMaximizeWindow reference
This commit is contained in:
parent
20ac3d321f
commit
f5b71f5329
|
|
@ -2296,6 +2296,9 @@ GLFWAPI void glfwRestoreWindow(GLFWwindow* window);
|
||||||
*
|
*
|
||||||
* @param[in] window The window to maximize.
|
* @param[in] window The window to maximize.
|
||||||
*
|
*
|
||||||
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
||||||
|
* GLFW_PLATFORM_ERROR.
|
||||||
|
*
|
||||||
* @par Thread Safety
|
* @par Thread Safety
|
||||||
* This function may only be called from the main thread.
|
* This function may only be called from the main thread.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user