mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Fixed function visibility.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
// Get the name of the specified display
|
||||
//
|
||||
const char* getDisplayName(CGDirectDisplayID displayID)
|
||||
static const char* getDisplayName(CGDirectDisplayID displayID)
|
||||
{
|
||||
char* name;
|
||||
CFDictionaryRef info, names;
|
||||
|
||||
Reference in New Issue
Block a user