Cocoa: Fix file-local function not declared static
From upstream: 062a1c22b5
This commit is contained in:
parent
51fdb8200a
commit
5fef4726a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue