Windows: Check for gl errors after setting swap interval

This commit is contained in:
Elias Naur 2007-05-27 05:19:19 +00:00
parent 59a3176ace
commit 42e75bb619
3 changed files with 9 additions and 10 deletions

View file

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