From eaff0f73d1d11032a19f4f691037636f0bf6cd7e Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 7 Apr 2014 16:27:32 +0200 Subject: [PATCH] Documentation fix. --- include/GLFW/glfw3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 63a7d769..0c234d9d 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1508,11 +1508,11 @@ GLFWAPI void glfwGetFramebufferSize(GLFWwindow* window, int* width, int* height) * @param[in] window The window whose frame size to query. * @param[out] left Where to store the size, in screen coordinates, of the left * edge of the window frame. - * @param[out] top Where to store the offset, in screen coordinates, of the top + * @param[out] top Where to store the size, in screen coordinates, of the top * edge of the window frame. - * @param[out] right Where to store the offset, in screen coordinates, of the + * @param[out] right Where to store the size, in screen coordinates, of the * right edge of the window frame. - * @param[out] bottom Where to store the offset, in screen coordinates, of the + * @param[out] bottom Where to store the size, in screen coordinates, of the * bottom edge of the window frame. * * @remarks This function returns the size of each window frame edge, not its