mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 08:24:23 +00:00
Added empty implementation of the window icon setting code in preperation for adding the Linux version.
This commit is contained in:
parent
bb0fe5ea3a
commit
0208d5b6d5
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue