mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05: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