Cocoa: Fix file-local function not declared static

From upstream: 062a1c22b5
This commit is contained in:
Kovid Goyal
2019-07-20 19:12:21 +05:30
parent 51fdb8200a
commit 5fef4726a7

View File

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