*** empty log message ***

This commit is contained in:
Elias Naur 2003-10-24 11:51:07 +00:00
parent 1746749a46
commit 20c2ec51dd
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static bool vsync_enabled;
static bool current_fullscreen;
static void destroyMode(JNIEnv *env, jclass clazz) {
if (current_fullscreen);
if (!current_fullscreen);
resetMode(env);
}
@ -131,6 +131,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_nCreate(JNIEnv *env, jclass
throwException(env, "Could not load gl function pointers");
return;
}
FlushEventQueue(GetMainEventQueue());
}
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_nSetTitle(JNIEnv * env, jclass clazz, jstring title_obj) {