1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fixed function visibility.

This commit is contained in:
Camilla Berglund 2013-05-31 00:02:03 +02:00
parent 2cd34386bc
commit 80076e7b67

View File

@ -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;