Hi, On 26 January 2017 at 06:29, Gustavo Sverzut Barbieri <[email protected]> wrote:
> Hi all, > > While porting to cmake I found that: > > src/lib/evas/canvas/efl_input_focus.eo > > is used by: > > src/lib/efl/interfaces/efl_canvas.eo > > this is wrong :-( > Yeah, that's quite bad indeed. I guess all those Efl.Input.Blah event info classes need to become interfaces in efl/interfaces and inherited in evas/canvas with implementation classes, like Efl.Canvas.Input.Blah for instance. As for the "instance_get" class function an internal function call in evas would do the trick just as well (and maybe even faster). PS: I'll be on vacation next week so can't fix this myself right now :-/ -- Jean-Philippe André ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
