X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fipdf.h;h=4041bca776ef5145bab4f161fd713b94ceedf6e5;hp=e150088ce90058837e877f638f5ad280bab35a4a;hb=901ea3355265e7f413674a62f7c29806ae35a565;hpb=428f1eb86a616d95dbb72ff08a3d09771d5c47e6 diff --git a/src/ipdf.h b/src/ipdf.h index e150088..4041bca 100644 --- a/src/ipdf.h +++ b/src/ipdf.h @@ -14,6 +14,7 @@ namespace IPDF } typedef unsigned ObjectID; + typedef enum {RECT_FILLED, RECT_OUTLINE} ObjectType; struct Rect { @@ -30,6 +31,7 @@ namespace IPDF struct Objects { + std::vector types; std::vector bounds; };