mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Windows: Move more of Display.getVersion to java
This commit is contained in:
parent
01f382fa3b
commit
008c59a301
6 changed files with 77 additions and 23 deletions
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "1.0beta2";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 1;
|
||||
static final int JNI_VERSION = 2;
|
||||
|
||||
/** The implementation instance to delegate platform specific behavior to */
|
||||
private final static SysImplementation implementation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue