Enlightenment CVS committal Author : andrunko Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/lib Modified Files: etk_entry.c Log Message: 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. =================================================================== RCS file: /cvs/e/e17/libs/etk/src/lib/etk_entry.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- etk_entry.c 19 Nov 2007 18:32:11 -0000 1.45 +++ etk_entry.c 21 Nov 2007 01:33:50 -0000 1.46 @@ -566,8 +566,7 @@ entry->imf_context = ecore_imf_context_add(ecore_imf_context_default_id_get()); if (entry->imf_context) { - ecore_imf_context_client_window_set(entry->imf_context, - ecore_evas_window_get(ecore_evas_ecore_evas_get(evas))); + ecore_imf_context_client_window_set(entry->imf_context, evas); ecore_imf_context_retrieve_surrounding_callback_set(entry->imf_context, _etk_entry_imf_retrieve_surrounding_cb, entry); ecore_event_handler_add(ECORE_IMF_EVENT_COMMIT, ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs