2012/3/6 Christopher Michael <cpmicha...@comcast.net>: > Feel compelled to let the list know that none of the imf stuff will work > w/ wayland. There is no XAnything to call/use. So please, ifdef around > it, or have an option to compile it out. > > Wayland is just starting to tackle this issue, so someday there will be > a way to make it work. For now, there is no X. >
Ecore_IMF is entirely an optional module and the day wayland decides to come to the usable side of the world I would guess it will have some imf_wayland.so for Ecore_IMF to use. Other than that, it should be completely transparent. > dh > > On 03/05/2012 09:46 PM, Enlightenment SVN wrote: >> Log: >> ecore_imf: change parameter name in >> ecore_imf_context_input_panel_return_key_type_set >> >> Author: jihoon >> Date: 2012-03-05 18:46:09 -0800 (Mon, 05 Mar 2012) >> New Revision: 68762 >> Trac: http://trac.enlightenment.org/e/changeset/68762 >> >> Modified: >> trunk/ecore/src/lib/ecore_imf/Ecore_IMF.h >> >> Modified: trunk/ecore/src/lib/ecore_imf/Ecore_IMF.h >> =================================================================== >> --- trunk/ecore/src/lib/ecore_imf/Ecore_IMF.h 2012-03-06 02:13:28 UTC (rev >> 68761) >> +++ trunk/ecore/src/lib/ecore_imf/Ecore_IMF.h 2012-03-06 02:46:09 UTC (rev >> 68762) >> @@ -499,7 +499,7 @@ >> EAPI Eina_Bool >> ecore_imf_context_input_panel_enabled_get(Ecore_IMF_Context *ctx); >> EAPI void >> ecore_imf_context_input_panel_imdata_set(Ecore_IMF_Context *ctx, const void >> *data, int len); >> EAPI void >> ecore_imf_context_input_panel_imdata_get(Ecore_IMF_Context *ctx, void *data, >> int *len); >> -EAPI void >> ecore_imf_context_input_panel_return_key_type_set(Ecore_IMF_Context *ctx, >> Ecore_IMF_Input_Panel_Return_Key_Type actiontype); >> +EAPI void >> ecore_imf_context_input_panel_return_key_type_set(Ecore_IMF_Context *ctx, >> Ecore_IMF_Input_Panel_Return_Key_Type return_key_type); >> EAPI Ecore_IMF_Input_Panel_Return_Key_Type >> ecore_imf_context_input_panel_return_key_type_get(Ecore_IMF_Context *ctx); >> EAPI void >> ecore_imf_context_input_panel_return_key_disabled_set(Ecore_IMF_Context >> *ctx, Eina_Bool disabled); >> EAPI Eina_Bool >> ecore_imf_context_input_panel_return_key_disabled_get(Ecore_IMF_Context >> *ctx); >> > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel