bumping native version

This commit is contained in:
Brian Matzon 2010-03-28 23:11:17 +00:00
parent 08a2e8a010
commit bd6ac573d5
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 = 17; private final static int JNI_VERSION = 18;
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 = 17; private final static int JNI_VERSION = 18;
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 = 21; private final static int JNI_VERSION = 22;
static { static {
Sys.initialize(); Sys.initialize();