mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02: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