mirror of
https://github.com/glfw/glfw.git
synced 2025-02-21 16:09:13 +00:00
Fixed function visibility.
This commit is contained in:
parent
2cd34386bc
commit
80076e7b67
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
// Get the name of the specified display
|
// Get the name of the specified display
|
||||||
//
|
//
|
||||||
const char* getDisplayName(CGDirectDisplayID displayID)
|
static const char* getDisplayName(CGDirectDisplayID displayID)
|
||||||
{
|
{
|
||||||
char* name;
|
char* name;
|
||||||
CFDictionaryRef info, names;
|
CFDictionaryRef info, names;
|
||||||
|
Loading…
Reference in New Issue
Block a user