mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +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
|
||||
//
|
||||
const char* getDisplayName(CGDirectDisplayID displayID)
|
||||
static const char* getDisplayName(CGDirectDisplayID displayID)
|
||||
{
|
||||
char* name;
|
||||
CFDictionaryRef info, names;
|
||||
|
Loading…
Reference in New Issue
Block a user