mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 16:34:03 +00:00
Removed unsued JNIEnv parameter from extgl_QueryExtension
This commit is contained in:
parent
c092c5f367
commit
f4bfadcc5a
10 changed files with 45 additions and 47 deletions
|
|
@ -109,7 +109,7 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_LinuxContextImplementation_nCrea
|
|||
X11PeerInfo *peer_info = (*env)->GetDirectBufferAddress(env, peer_handle);
|
||||
X11Context *context_info = (*env)->GetDirectBufferAddress(env, context_handle);
|
||||
|
||||
if (!extgl_InitGLX(env, peer_info->display, peer_info->screen)) {
|
||||
if (!extgl_InitGLX(peer_info->display, peer_info->screen)) {
|
||||
throwException(env, "Could not initialize GLX");
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue