GLFW: Documentation work

From upstream: a43d1a4937.
This commit is contained in:
Luflosi 2019-10-15 14:37:41 +02:00
parent e49047ef7d
commit 087376b44d
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

2
glfw/glfw3.h vendored
View File

@ -2067,7 +2067,7 @@ GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
*/
GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
/*! @brief Returns the work area of the monitor.
/*! @brief Retrieves the work area of the monitor.
*
* This function returns the position, in screen coordinates, of the upper-left
* corner of the specified monitor alongwith the work area size in screen co-ordinates.