Made events test monitor callback static.

This commit is contained in:
Camilla Berglund 2014-07-07 23:23:46 +02:00
parent 0364457947
commit cd93df4fe0

View File

@ -410,7 +410,7 @@ static void drop_callback(GLFWwindow* window, int count, const char** names)
printf(" %i: \"%s\"\n", i, names[i]);
}
void monitor_callback(GLFWmonitor* monitor, int event)
static void monitor_callback(GLFWmonitor* monitor, int event)
{
if (event == GLFW_CONNECTED)
{