mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
Linux: Moved Display pointer from native to java
This commit is contained in:
parent
2e75098673
commit
dd76a4b0d8
10 changed files with 186 additions and 171 deletions
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "1.0beta3";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 4;
|
||||
static final int JNI_VERSION = 5;
|
||||
|
||||
/** 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