Expand the size of Ise_Context structure for future use
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 11 Dec 2012 08:09:40 +0000 (17:09 +0900)
committerHaifeng Deng <haifeng.deng@samsung.com>
Thu, 13 Dec 2012 06:17:00 +0000 (14:17 +0800)
Change-Id: Id1dc17b42ff65ab8099c78abb29ae229d0de3307

ism/src/ise_context.h

index 3017292..2c1c0f9 100644 (file)
@@ -32,14 +32,14 @@ typedef struct {
     Ecore_IMF_Input_Panel_Lang language;
     Ecore_IMF_Input_Panel_Layout layout;
     Ecore_IMF_Input_Panel_Return_Key_Type return_key_type;
-    Eina_Bool return_key_disabled;
+    Ecore_X_Window client_window;
     int imdata_size;
+    int cursor_pos;
+    Eina_Bool return_key_disabled;
     Eina_Bool prediction_allow;
     Eina_Bool password_mode;
     Eina_Bool caps_mode;
-    Ecore_X_Window client_window;
-    int cursor_pos;
-    int reserved[13];
+    int reserved[249];
 } Ise_Context;
 
 #endif  /* __ISE_CONTEXT_H */