From 6907629cbfa36c4a4ac31c983302c430c67c73a1 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Sat, 8 Sep 2018 17:24:20 +0200 Subject: [PATCH] Fix version number in glfwGetMonitorWorkarea docs Related to #1322. --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 623ae76c..2abad171 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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 */