Added empty implementation of the window icon setting code in preperation for adding the Linux version.

This commit is contained in:
Kevin Glass 2005-07-05 21:46:27 +00:00
parent bb0fe5ea3a
commit 0208d5b6d5
1 changed files with 8 additions and 0 deletions

View File

@ -568,3 +568,11 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_LinuxDisplay_unlockAWT(JNIEnv *env,
}
jawt.Unlock(env);
}
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_LinuxDisplay_nSetWindowIcon
(JNIEnv *env, jclass clazz, jobject iconBuffer)
{
return 0;
}