From d73e15d08f0ca859bdd93fb908a7d61b1052efee Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 21 Jan 2014 20:59:54 +0100 Subject: [PATCH] Added mention of encoding to GLFWdropfun. --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index c94c3481..7cd8e00f 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -780,7 +780,7 @@ typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int); * * @param[in] window The window that received the event. * @param[in] count The number of dropped objects. - * @param[in] names The names of the dropped object. + * @param[in] names The UTF-8 encoded names of the dropped objects. * * @sa glfwSetDropCallback *