mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Remove no-longer-used argument to _glfwCreateMonitor
This commit is contained in:
parent
1961cecb7c
commit
45533bf149
@ -234,7 +234,6 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
|
||||
const CGRect bounds = CGDisplayBounds(displays[i]);
|
||||
|
||||
monitors[found] = _glfwCreateMonitor(getDisplayName(displays[i]),
|
||||
CGDisplayIsMain(displays[i]),
|
||||
size.width, size.height,
|
||||
bounds.origin.x, bounds.origin.y);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user