On Fri, 24 Nov 2023 19:26:05 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Please read [this >> document](https://gist.github.com/mstr2/9f46f92c98d3c86aa6a0b4224a9a6548) >> for an introduction to the Platform Preferences API, and how it interacts >> with the proposed style theme and stage appearance features. > > Michael Strauß has updated the pull request incrementally with two additional > commits since the last revision: > > - typo > - rename local variables modules/javafx.graphics/src/main/native-glass/mac/PlatformSupport.m line 30: > 28: > 29: #define MACOS_10_13 @available(macOS 10.13, *) > 30: #define MACOS_10_14 @available(macOS 10.14, *) These are no longer necessary. The minimum version on which JavaFX is supported is macOS 11 (Big Sur). ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1014#discussion_r1409925640