From a89a02ff850a2be117023ac3a007bd5401699e08 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 6 Mar 2014 15:31:24 +0100 Subject: [PATCH] Fixed documentation copypaste error. --- docs/window.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.dox b/docs/window.dox index ab83e505..cc49ea50 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -360,7 +360,7 @@ The callback function receives the new position of the upper-left corner of its client area. @code -void window_size_callback(GLFWwindow* window, int xpos, int ypos) +void window_pos_callback(GLFWwindow* window, int xpos, int ypos) { } @endcode