Reorder wl_text_input_listener 78/138378/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 12 Jul 2017 04:34:27 +0000 (13:34 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 12 Jul 2017 04:34:29 +0000 (13:34 +0900)
Considering 3.0 ABI, wl_text_input_listener should be reordered.

Change-Id: I7e65cbfc6f1313dbf5de4f4032b63ff2d3efa731
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/extras/wayland_immodule/wayland_imcontext.c

index d379ff6..c633baf 100644 (file)
@@ -2443,8 +2443,8 @@ static const struct wl_text_input_listener text_input_listener =
     text_input_filter_key_event_done,
     text_input_hide_permission,
     text_input_recapture_string,
-    text_input_commit_content,
-    text_input_input_panel_event
+    text_input_input_panel_event,
+    text_input_commit_content
     //
 };