Jean Rene Dawin wrote on Wed 22/04/20 19:19: > Stefan Schmidt wrote on Wed 22/04/20 14:05: > > Hello Jean Rene. > > > > On 22.04.20 08:27, Jean Rene Dawin wrote: > > > Stefan Schmidt wrote on Wed 15/04/20 15:48: > > > > Hello. > > > > > > > If my code has this: > > > > > > Efl_Canvas_Text *bla; > > > > > > it compiles well with 1.23.3 but 1.24 gives > > > > > > unknown type name 'Efl_Canvas_Text' > > > > > > > Thanks a lot for bringing this to our attention. Sorry for missing it in the > > first place. After some discussion with Marcel Ali came up with a patch that > > should fix the problem for you. > > > > This should fix your problem: > > https://phab.enlightenment.org/D11744 > > > > I am going to push this now. Please let us know if it is working correctly > > afterwards for you. > > > > regards > > Stefan Schmidt > > Thanks. Honestly I don't have code that is affected right now. > I just was curious if the warnings of the ABI checker were all harmless and > did a test > with the code above. > > Regards, > Jean Rene
Ok, with f619a2fbad2dcc81085f14cedaea4fc0df8f2837 Efl_Canvas_Text is fixed. I'm still not sure if a program is supposed to use these types directly in the first place. Similar issues occur with these types: Efl_Canvas_Vg_Container Efl_Canvas_Vg_Node Efl_Text_Cursor_Cursor Regards, Jean Rene _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
