Fixed function visibility.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 2cd34386bc
commit 80076e7b67
  1. 2
      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;

Loading…
Cancel
Save