Browse Source

Fixed function visibility.

Camilla Berglund 12 years ago
parent
commit
80076e7b67
1 changed files with 1 additions and 1 deletions
  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;