mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 17:31:07 +01:00
recompile native code
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user