1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 19:08:51 -05:00

Fix version number in glfwGetMonitorWorkarea docs

Related to #1322.
This commit is contained in:
Doug Binks 2018-09-08 17:24:20 +02:00 committed by Camilla Löwy
parent e6d22346f9
commit 6907629cbf

View File

@ -1952,7 +1952,7 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
*
* @sa @ref monitor_properties
*
* @since Added in version 3.0.
* @since Added in version 3.3.
*
* @ingroup monitor
*/