Code

turns out, all these synthesize_events were not necessary at all - they just fired...
[inkscape.git] / src / xml / repr-sorting.h
1 /** \file Some functions relevant sorting reprs by position within document. */
3 namespace Inkscape {
4 namespace XML {
5 class Node;
6 }
7 }
10 Inkscape::XML::Node *LCA(Inkscape::XML::Node *a, Inkscape::XML::Node *b);
11 Inkscape::XML::Node *AncetreFils(Inkscape::XML::Node *descendent, Inkscape::XML::Node *ancestor);