Browse Source

Fixed function visibility.

Camilla Berglund 12 năm trước cách đây
mục cha
commit
80076e7b67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;