Merge branch terrible and branch awful
[ipdf/code.git] / src / quadtree.h
index 15fd8a9..9a7b8f9 100644 (file)
@@ -44,6 +44,7 @@ namespace IPDF
                QuadTreeIndex next_overlay;
                // First object which has not yet been propagated to extant children/parent.
                unsigned object_dirty;
+               bool render_dirty;
        };
 
        struct QuadTree
@@ -53,6 +54,7 @@ namespace IPDF
                std::vector<QuadTreeNode> nodes;
 
                QuadTreeIndex GetNeighbour(QuadTreeIndex start, int xdir, int ydir, Document *doc) const;
+               void GetCanonicalCoords(QuadTreeIndex& start, Real& x, Real& y, Document *doc);
 
        };
 

UCC git Repository :: git.ucc.asn.au