bumping native version

This commit is contained in:
Brian Matzon 2010-07-27 19:18:58 +00:00
parent 833fcaa122
commit 0738e6985c
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ package org.lwjgl;
* $Id$ * $Id$
*/ */
final class LinuxSysImplementation extends J2SESysImplementation { final class LinuxSysImplementation extends J2SESysImplementation {
private final static int JNI_VERSION = 18; private final static int JNI_VERSION = 19;
static { static {
java.awt.Toolkit.getDefaultToolkit(); // This will make sure libjawt.so is loaded java.awt.Toolkit.getDefaultToolkit(); // This will make sure libjawt.so is loaded

View File

@ -42,7 +42,7 @@ import com.apple.eio.FileManager;
* $Id$ * $Id$
*/ */
final class MacOSXSysImplementation extends J2SESysImplementation { final class MacOSXSysImplementation extends J2SESysImplementation {
private final static int JNI_VERSION = 18; private final static int JNI_VERSION = 19;
static { static {
// Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3 // Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3

View File

@ -45,7 +45,7 @@ import org.lwjgl.opengl.Display;
* $Id$ * $Id$
*/ */
final class WindowsSysImplementation extends DefaultSysImplementation { final class WindowsSysImplementation extends DefaultSysImplementation {
private final static int JNI_VERSION = 22; private final static int JNI_VERSION = 23;
static { static {
Sys.initialize(); Sys.initialize();