diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-07-18 16:20:03 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-07-18 16:20:03 +0200 |
commit | bd612a8746e8d8293465bac9c5478e82b5e4579e (patch) | |
tree | 6743820078993e57a85cbf4a2bbfcbdc66b5168d /src/lib/VSDXDocumentStructure.h | |
parent | d653b23e2a631c8e13ef29f10f48e49494bc194d (diff) |
put text after geometries in the shape
Diffstat (limited to 'src/lib/VSDXDocumentStructure.h')
-rw-r--r-- | src/lib/VSDXDocumentStructure.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/VSDXDocumentStructure.h b/src/lib/VSDXDocumentStructure.h index 86a190b..db266ad 100644 --- a/src/lib/VSDXDocumentStructure.h +++ b/src/lib/VSDXDocumentStructure.h @@ -42,6 +42,8 @@ #define VSD_SHAPE_LIST 0x65 #define VSD_FONT_IX 0x69 +#define VSD_CHAR_LIST 0x69 + #define VSD_GEOM_LIST 0x6c #define VSD_SHAPE_ID 0x83 |