From acaeb1f7888dd3ab90e436499c1432345ce7f9fc Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 8 Sep 2019 15:11:15 +0100 Subject: [PATCH] Update gl-natives description --- gl-natives/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index f0a88e3a..52c3f9d6 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -15,8 +15,8 @@ Reimplementation of the jaggl native library, which implements OpenGL bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This - implementation supports modern versions of Java on macOS, as it is backed by - a CALayer instead of an NSView. + implementation supports both modern and legacy versions of Java on macOS, + as it may be backed by a CALayer or an NSView.