Killed lab escapee.

This commit is contained in:
Camilla Berglund 2014-03-18 21:40:02 +01:00
parent b2b3f170a9
commit a7f93060dd

View File

@ -396,7 +396,7 @@ static void char_callback(GLFWwindow* window, unsigned int codepoint)
get_character_string(codepoint)); get_character_string(codepoint));
} }
static int drop_callback(GLFWwindow* window, int count, const char** names) static void drop_callback(GLFWwindow* window, int count, const char** names)
{ {
int i; int i;
Slot* slot = glfwGetWindowUserPointer(window); Slot* slot = glfwGetWindowUserPointer(window);
@ -406,8 +406,6 @@ static int drop_callback(GLFWwindow* window, int count, const char** names)
for (i = 0; i < count; i++) for (i = 0; i < count; i++)
printf(" %i: \"%s\"\n", i, names[i]); printf(" %i: \"%s\"\n", i, names[i]);
return GL_FALSE;
} }
void monitor_callback(GLFWmonitor* monitor, int event) void monitor_callback(GLFWmonitor* monitor, int event)