mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Made events test monitor callback static.
This commit is contained in:
parent
0364457947
commit
cd93df4fe0
@ -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…
Reference in New Issue
Block a user