Explorar o código

Fixed function visibility.

Camilla Berglund %!s(int64=12) %!d(string=hai) anos
pai
achega
80076e7b67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/cocoa_monitor.m

+ 1 - 1
src/cocoa_monitor.m

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