From cd93df4fe0eea9abde75aa9db9f09eccfe6a12ef Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 7 Jul 2014 23:23:46 +0200 Subject: [PATCH] Made events test monitor callback static. --- tests/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/events.c b/tests/events.c index 9dc1f190..7f30652c 100644 --- a/tests/events.c +++ b/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]); } -void monitor_callback(GLFWmonitor* monitor, int event) +static void monitor_callback(GLFWmonitor* monitor, int event) { if (event == GLFW_CONNECTED) {