Merge pull request #39 from nilium/up-fix-monitors

Remove no-longer-used argument to _glfwCreateMonitor.
master
Camilla Berglund ago%!(EXTRA string=13 years)
commit ca0617be2c
  1. 1
      src/cocoa_monitor.m

@ -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…
Cancel
Save