]> mj.ucw.cz Git - paperjam.git/blobdiff - pdf-tools.h
Implemented merge
[paperjam.git] / pdf-tools.h
index 18aac2476761ef8ed7ff31674d154eb1fe60e272..132062d16135d2293bd7b6581ab6d3ec6c1a386f 100644 (file)
@@ -129,6 +129,7 @@ struct BBox {
        double width() { return x_max - x_min; }
        double height() { return y_max - y_min; }
        void transform(pdf_matrix &m);
+       void join(BBox &with);
 private:
        bool parse(QPDFObjectHandle h);
 };