Linux: Moved Display pointer from native to java

This commit is contained in:
Elias Naur 2006-10-23 13:58:33 +00:00
parent 2e75098673
commit dd76a4b0d8
10 changed files with 186 additions and 171 deletions

View file

@ -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;