mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Use monitor callback event more strictly
This commit is contained in:
@@ -442,7 +442,7 @@ static void monitor_callback(GLFWmonitor* monitor, int event)
|
||||
x, y,
|
||||
widthMM, heightMM);
|
||||
}
|
||||
else
|
||||
else if (event == GLFW_DISCONNECTED)
|
||||
{
|
||||
printf("%08x at %0.3f: Monitor %s was disconnected\n",
|
||||
counter++,
|
||||
|
||||
Reference in New Issue
Block a user