Remove no-longer-used argument to _glfwCreateMonitor

master
Noel Cower ago%!(EXTRA string=12 years)
parent 1961cecb7c
commit 45533bf149
  1. 1
      src/cocoa_monitor.m

@ -234,7 +234,6 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
const CGRect bounds = CGDisplayBounds(displays[i]); const CGRect bounds = CGDisplayBounds(displays[i]);
monitors[found] = _glfwCreateMonitor(getDisplayName(displays[i]), monitors[found] = _glfwCreateMonitor(getDisplayName(displays[i]),
CGDisplayIsMain(displays[i]),
size.width, size.height, size.width, size.height,
bounds.origin.x, bounds.origin.y); bounds.origin.x, bounds.origin.y);

Loading…
Cancel
Save