mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Made events test monitor callback static.
This commit is contained in:
+1
-1
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user