summaryrefslogtreecommitdiff
path: root/tests/text-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text-test.c')
-rw-r--r--tests/text-test.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/text-test.c b/tests/text-test.c
index 41bf7506..8983ac46 100644
--- a/tests/text-test.c
+++ b/tests/text-test.c
@@ -148,17 +148,17 @@ text_model_text_direction(void *data,
}
static const struct text_model_listener text_model_listener = {
- text_model_commit_string,
+ text_model_enter,
+ text_model_leave,
+ text_model_modifiers_map,
+ text_model_input_panel_state,
text_model_preedit_string,
- text_model_delete_surrounding_text,
- text_model_cursor_position,
text_model_preedit_styling,
text_model_preedit_cursor,
- text_model_modifiers_map,
+ text_model_commit_string,
+ text_model_cursor_position,
+ text_model_delete_surrounding_text,
text_model_keysym,
- text_model_enter,
- text_model_leave,
- text_model_input_panel_state,
text_model_language,
text_model_text_direction
};