From 2591b6c8c8d69b7462736500316ca04df65251aa Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 3 Jun 2013 14:01:25 +0200 Subject: [PATCH] Fixed use of legacy token names. --- docs/moving.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/moving.dox b/docs/moving.dox index ad1a7a00..656ace8f 100644 --- a/docs/moving.dox +++ b/docs/moving.dox @@ -277,7 +277,7 @@ Unix-like systems, where it uses the | `glfwSetMouseWheelCallback` | @ref glfwSetScrollCallback | Accepts two-dimensional scroll offsets as doubles | | `glfwGetJoystickPos` | @ref glfwGetJoystickAxes | | | `glfwGetWindowParam` | @ref glfwGetWindowAttrib | | -| `glfwGetGLVersion` | @ref glfwGetWindowAttrib | Use `GLFW_OPENGL_VERSION_MAJOR`, `GLFW_OPENGL_VERSION_MINOR` and `GLFW_OPENGL_REVISION` | +| `glfwGetGLVersion` | @ref glfwGetWindowAttrib | Use `GLFW_CONTEXT_VERSION_MAJOR`, `GLFW_CONTEXT_VERSION_MINOR` and `GLFW_CONTEXT_REVISION` | | `glfwGetDesktopMode` | @ref glfwGetVideoMode | Returns the current mode of a monitor | | `glfwGetJoystickParam` | @ref glfwJoystickPresent | The axis and button counts are provided by @ref glfwGetJoystickAxes and @ref glfwGetJoystickButtons |