Improve (?) reference documentation for callbacks

(cherry picked from commit 51bb76c7c3)
This commit is contained in:
Camilla Löwy
2019-05-24 01:52:49 +02:00
parent 5416e347ad
commit b962ef1241
4 changed files with 328 additions and 103 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ static void char_callback(GLFWwindow* window, unsigned int codepoint)
get_character_string(codepoint));
}
static void drop_callback(GLFWwindow* window, int count, const char** paths)
static void drop_callback(GLFWwindow* window, int count, const char* paths[])
{
int i;
Slot* slot = glfwGetWindowUserPointer(window);