imacarthur wrote: > All, > > I'm always a bit hazy on the whole "what changes affect the ABI" thing, > but I notice this change has been committed against 1.1.x (1.1.10) svn: > > - Fl_Group::clip_children() is now public (STR #2017) > > Is that a safe thing? Can we do that without breaking the 1.1. ABI?
Yes, it doesn't change the ABI incompatibly since clip_children was private before. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
