mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Bumped all jni versions
This commit is contained in:
parent
708f354267
commit
2aadd34297
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ package org.lwjgl;
|
|||
* $Id$
|
||||
*/
|
||||
final class LinuxSysImplementation extends J2SESysImplementation {
|
||||
private final static int JNI_VERSION = 16;
|
||||
private final static int JNI_VERSION = 17;
|
||||
|
||||
static {
|
||||
java.awt.Toolkit.getDefaultToolkit(); // This will make sure libjawt.so is loaded
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ import com.apple.eio.FileManager;
|
|||
* $Id$
|
||||
*/
|
||||
final class MacOSXSysImplementation extends J2SESysImplementation {
|
||||
private final static int JNI_VERSION = 16;
|
||||
private final static int JNI_VERSION = 17;
|
||||
|
||||
static {
|
||||
// Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ import org.lwjgl.opengl.Display;
|
|||
* $Id$
|
||||
*/
|
||||
final class WindowsSysImplementation extends DefaultSysImplementation {
|
||||
private final static int JNI_VERSION = 19;
|
||||
private final static int JNI_VERSION = 20;
|
||||
|
||||
static {
|
||||
Sys.initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue