summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-11-08 16:15:15 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-11-09 11:44:00 +0000
commitc18d45816db4cab02eaf321c97d4e629a15962bf (patch)
treeb573909e55e6fd5e1dd5e9698c8c66b09ed10515
parent0bec6826b10a5dc19d0d286cad4ae638a92e2853 (diff)
downloadefl-c18d45816db4cab02eaf321c97d4e629a15962bf.tar.gz
ecore imf - wl - fill all stgruct fields with something...
-rw-r--r--src/modules/ecore_imf/wayland/wayland_module.c6
1 files changed, 5 insertions, 1 deletions
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;