Hi Jan, Thanks for the efforts here :)
After a quick review, this seems ok. Some of the formatting is wrong (ie: not EFL style), however that is just a minor thing. One thing that does concern me here tho is why: + wl_display_roundtrip(display); is being called in the im_module_init ? That does have the potential to completely block any further events from running on the ecore main loop until the wayland loop has finished, which could result in applications, modules, etc being delayed (or potentially never executing any more code if the wayland loop is still busy or never returns) dh On 19/04/13 09:27, Jan Arne Petersen wrote: > Hi, > > Add an input method module supporting the Wayland input method protocol > to ecore_imf. > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
