[java-atk-wrapper] forgot two JNI_TRUE



commit d782632033348075ce701c94d66937f087d59e2d
Author: giuseppe <giuseppe dhcp-64-134 muc redhat com>
Date:   Mon Jul 15 14:46:32 2019 +0200

    forgot two JNI_TRUE

 jni/src/AtkWrapper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index ac6e880..492f1fe 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -106,7 +106,7 @@ JNICALL Java_org_GNOME_Accessibility_AtkWrapper_initNativeLibrary(void)
   JAW_DEBUG_F(2,"");
 
   if (jaw_initialized)
-    return JNI_TRUE;
+    return TRUE;
   // Java app with GTK Look And Feel will load gail
   // Set NO_GAIL to "1" to prevent gail from executing
 
@@ -120,7 +120,7 @@ JNICALL Java_org_GNOME_Accessibility_AtkWrapper_initNativeLibrary(void)
   // Force to invoke base initialization function of each ATK interfaces
   g_type_class_unref(g_type_class_ref(ATK_TYPE_NO_OP_OBJECT));
 
-  return JNI_TRUE;
+  return TRUE;
 }
 
 static guint


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]