You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4....

23 lines
529 B

diff --git a/src/ibus-fbterm.c b/src/ibus-fbterm.c
index ffb7401..b4ddb64 100644
--- a/src/ibus-fbterm.c
+++ b/src/ibus-fbterm.c
@@ -119,13 +119,17 @@ static void im_active()
debug("im active\n");
modifier_state = 0;
init_keycode_state();
+#if ! IBUS_CHECK_VERSION(1, 4, 99)
ibus_input_context_enable(ibus_ctx);
+#endif
}
static void im_deactive()
{
debug("im deactive\n");
+#if ! IBUS_CHECK_VERSION(1, 4, 99)
ibus_input_context_disable(ibus_ctx);
+#endif
auxiliary_text_win.w = 0;
lookup_table_win.w = 0;