Changed ecore_imf_context_client_window_set to receive an Evas pointer.

This would allow applications to create input method plugins with more
fancy stuff (like transparency, ...).
See http://staff.get-e.org/?p=users/andrunko/ilike-imf-ecore.git;a=summary.


SVN revision: 32804
This commit is contained in:
andrunko 2007-11-21 01:33:50 +00:00 committed by andrunko
parent a3977cab48
commit cb892827f8
1 changed files with 1 additions and 2 deletions

View File

@ -975,8 +975,7 @@ _e_entry_smart_add(Evas_Object *object)
sd->imf_context = ecore_imf_context_add(ecore_imf_context_default_id_get());
if (sd->imf_context)
{
ecore_imf_context_client_window_set(sd->imf_context,
ecore_evas_window_get(ecore_evas_ecore_evas_get(evas)));
ecore_imf_context_client_window_set(sd->imf_context, evas);
ecore_imf_context_retrieve_surrounding_callback_set(sd->imf_context,
_e_entry_cb_imf_retrieve_surrounding,
sd);