Linux: Moved input focus handling to LinuxDisplay. Bumped Sys.JNI_VERSION

This commit is contained in:
Elias Naur 2008-04-09 18:44:25 +00:00
parent 1a9bed90ed
commit ab4bb1ebcb
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ public final class Sys {
private static final String VERSION = "2.0a3";
/** Current version of the JNI library */
static final int JNI_VERSION = 13;
static final int JNI_VERSION = 15;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;