[java-atk-wrapper] ATKWrapper: fix b660968 mistake breaking build



commit a288c8ddecf33cd0d6829c7c70beb7407623feb1
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Nov 8 16:16:18 2014 +0000

    ATKWrapper: fix b660968 mistake breaking build
    
    somehow the line got deleted when a small typo was meant
    to be the fix. Rather than reverting the commit with a
    typo remaining in it, it is best just to fix the typo
    and put the line back to fix the build and the code at once

 jni/src/AtkWrapper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index 0763f0c..9baf61a 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -233,6 +233,7 @@ JNICALL Java_org_GNOME_Accessibility_AtkWrapper_loadAtkBridge(JNIEnv *jniEnv,
   g_mutex_unlock(atk_bridge_mutex);
 }
 
+typedef enum _SignalType {
   Sig_Text_Caret_Moved = 0,
   Sig_Text_Property_Changed_Insert = 1,
   Sig_Text_Property_Changed_Delete = 2,


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