mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-22 18:28:52 -05: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]);
|
||||
}
|
||||
|
||||
void monitor_callback(GLFWmonitor* monitor, int event)
|
||||
static void monitor_callback(GLFWmonitor* monitor, int event)
|
||||
{
|
||||
if (event == GLFW_CONNECTED)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user