Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8201598

Fix for 8181910: Support dark title bars on macOS broke the MacOS build

XMLWordPrintable

    • b13

      Since this fix was pushed all client Mac builds are failing.

      src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m:268:68: error: use of undeclared identifier 'NSAppearanceNameVibrantDark'
           [self.nsWindow setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantDark]];
                                                                    ^
      src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m:270:68: error: use of undeclared identifier 'NSAppearanceNameVibrantLight'
              [self.nsWindow setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantLight]];

            sveerabhadra Shashidhara Veerabhadraiah (Inactive)
            prr Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: