Skip to content
Snippets Groups Projects
Commit cd93df4f authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Made events test monitor callback static.

parent 03644579
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment