recompile native code

This commit is contained in:
Jim
2025-01-11 18:47:26 -05:00
parent 43e5518a77
commit 03a4c03e32
4 changed files with 0 additions and 2 deletions
-2
View File
@@ -18,14 +18,12 @@ JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_showMenuBar
[NSApp setPresentationOptions:0];
}
JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_activateIgnoringOtherApps
(JNIEnv *env, jclass klass)
{
[NSApp activateIgnoringOtherApps:true];
}
JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_activate
(JNIEnv *env, jclass klass)
{
Binary file not shown.
Binary file not shown.
Binary file not shown.