Cocoa: Fix file-local function not declared static

master
Camilla Löwy ago%!(EXTRA string=6 years)
parent a4d910b4a7
commit 062a1c22b5
  1. 2
      src/cocoa_monitor.m

@ -215,7 +215,7 @@ static void endFadeReservation(CGDisplayFadeReservationToken token)
// Finds and caches the NSScreen corresponding to the specified monitor // Finds and caches the NSScreen corresponding to the specified monitor
// //
GLFWbool refreshMonitorScreen(_GLFWmonitor* monitor) static GLFWbool refreshMonitorScreen(_GLFWmonitor* monitor)
{ {
if (monitor->ns.screen) if (monitor->ns.screen)
return GLFW_TRUE; return GLFW_TRUE;

Loading…
Cancel
Save