From bb3dd31dd7a670a64dc20b29ec72ae37b2f7377b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 5 Jan 2015 02:26:21 +0100 Subject: [PATCH] Documentation work. --- include/GLFW/glfw3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index eacc0fcf..831b4c1e 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3316,7 +3316,8 @@ GLFWAPI void glfwSwapBuffers(GLFWwindow* window); * This function sets the swap interval for the current context, i.e. the * number of screen updates to wait from the time @ref glfwSwapBuffers was * called before swapping the buffers and returning. This is sometimes called - * 'vertical synchronization', 'vertical retrace synchronization' or 'vsync'. + * _vertical synchronization_, _vertical retrace synchronization_ or just + * _vsync_. * * Contexts that support either of the `WGL_EXT_swap_control_tear` and * `GLX_EXT_swap_control_tear` extensions also accept negative swap intervals,