From 087376b44d737898afa729d4960d1c5d345d6e24 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 15 Oct 2019 14:37:41 +0200 Subject: [PATCH] GLFW: Documentation work From upstream: https://github.com/glfw/glfw/commit/a43d1a4937d77fe9ee4560084840fd8f3e960aba. --- glfw/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/glfw3.h b/glfw/glfw3.h index 57f149d0d..25ee662ad 100644 --- a/glfw/glfw3.h +++ b/glfw/glfw3.h @@ -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.