On Thu, Mar 20, 2014 at 7:46 PM, Boris Faure <[email protected]> wrote: > billiob pushed a commit to branch master. > > -#if (ELM_VERSION_MAJOR == 1) && (ELM_VERSION_MINOR < 10) > +#ifndef ELM_APP_SERVER_VIEW_EVENT_CLOSED > #define ELM_APP_SERVER_VIEW_EVENT_CLOSED ELM_APP_SERVER_VIEW_EV_CLOSED > +#endif > + > +#ifndef ELM_APP_SERVER_VIEW_EVENT_RESUMED > #define ELM_APP_SERVER_VIEW_EVENT_RESUMED ELM_APP_SERVER_VIEW_EV_RESUMED > +#endif > + > +#ifndef ELM_APP_SERVER_VIEW_EVENT_SAVE > #define ELM_APP_SERVER_VIEW_EVENT_SAVE ELM_APP_SERVER_VIEW_EV_SAVE > +#endif > + > +#ifndef ELM_APP_SERVER_EVENT_TERMINATE > #define ELM_APP_SERVER_EVENT_TERMINATE ELM_APP_SERVER_EV_TERMINATE > #endif
well this is an api break (okay raster, this was marked unstable! I'm just training my eyes to catch those...), I just wonder why Jose did with _EV_ instead of _EVENT_, I recall he did not create that by himself, he just copied from some other existing elm code. -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (19) 99225-2202 Contact: http://www.gustavobarbieri.com.br/contact ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
