mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05: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