mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
[awt_xawt] JNI_OnLoad
This commit is contained in:
parent
a3adc77d18
commit
640bbec725
@ -97,17 +97,6 @@ JNIEXPORT jlong JNICALL Java_sun_awt_X11_XToolkit_getDefaultXColormap
|
||||
return (jlong) 0;
|
||||
}
|
||||
|
||||
JNIEXPORT jint JNICALL
|
||||
JNI_OnLoad(JavaVM *vm, void *reserved)
|
||||
{
|
||||
// jvm = vm;
|
||||
|
||||
//Set the gtk backend to x11 on all the systems
|
||||
// putenv("GDK_BACKEND=x11");
|
||||
|
||||
return JNI_VERSION_1_2;
|
||||
}
|
||||
|
||||
/*
|
||||
* Class: sun_awt_X11_XToolkit
|
||||
* Method: nativeLoadSystemColors
|
||||
|
Loading…
x
Reference in New Issue
Block a user