Made events test monitor callback static.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 0364457947
commit cd93df4fe0
  1. 2
      tests/events.c

@ -410,7 +410,7 @@ static void drop_callback(GLFWwindow* window, int count, const char** names)
printf(" %i: \"%s\"\n", i, names[i]); 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) if (event == GLFW_CONNECTED)
{ {

Loading…
Cancel
Save