[IBus] Only register interest in messages sent to our input context.

This commit is contained in:
Alex Baines
2015-02-27 21:17:29 +00:00
parent 42d9cf6978
commit dae40bff0d
3 changed files with 8 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ load_dbus_syms(void)
SDL_DBUS_SYM(connection_set_exit_on_disconnect);
SDL_DBUS_SYM(connection_get_is_connected);
SDL_DBUS_SYM(connection_add_filter);
SDL_DBUS_SYM(connection_try_register_object_path);
SDL_DBUS_SYM(connection_send);
SDL_DBUS_SYM(connection_send_with_reply_and_block);
SDL_DBUS_SYM(connection_close);