raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c18d45816db4cab02eaf321c97d4e629a15962bf

commit c18d45816db4cab02eaf321c97d4e629a15962bf
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Nov 8 16:15:15 2018 +0000

    ecore imf - wl - fill all stgruct fields with something...
---
 src/modules/ecore_imf/wayland/wayland_module.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/modules/ecore_imf/wayland/wayland_module.c 
b/src/modules/ecore_imf/wayland/wayland_module.c
index ab98e6ce20..1f3d21a8a2 100644
--- a/src/modules/ecore_imf/wayland/wayland_module.c
+++ b/src/modules/ecore_imf/wayland/wayland_module.c
@@ -82,7 +82,11 @@ static Ecore_IMF_Context_Class wayland_imf_class =
    wayland_im_context_input_panel_language_locale_get, /* 
input_panel_language_locale_get */
    NULL,                                      /* candidate_window_geometry_get 
*/
    wayland_im_context_input_hint_set,         /* input_hint_set */
-   NULL                                       /* bidi_direction_set */
+   NULL,                                      /* bidi_direction_set */
+   NULL,                                      /* keyboard_mode_get */
+   NULL,                                      /* prediction_hint_set */
+   NULL,                                      /* mime_type_accept_set */
+   NULL                                       /* input_panel_position_set */
 };
 
 static struct zwp_text_input_manager_v1 *text_input_manager = NULL;

-- 


Reply via email to