浏览代码

Fixed function visibility.

Camilla Berglund 12 年之前
父节点
当前提交
80076e7b67
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;