diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index eb02a26c..0969794c 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -122,6 +122,7 @@ enum iGmRunFlags { | |||
122 | endOfLine_GmRunFlag = iBit(3), | 122 | endOfLine_GmRunFlag = iBit(3), |
123 | quoteBorder_GmRunFlag = iBit(5), | 123 | quoteBorder_GmRunFlag = iBit(5), |
124 | wide_GmRunFlag = iBit(6), /* horizontally scrollable */ | 124 | wide_GmRunFlag = iBit(6), /* horizontally scrollable */ |
125 | caption_GmRunFlag = iBit(7), | ||
125 | altText_GmRunFlag = iBit(8), | 126 | altText_GmRunFlag = iBit(8), |
126 | }; | 127 | }; |
127 | 128 | ||
@@ -211,6 +212,7 @@ const iGmRun * renderProgressive_GmDocument(const iGmDocument *d, const iGmRun | |||
211 | iInt2 size_GmDocument (const iGmDocument *); | 212 | iInt2 size_GmDocument (const iGmDocument *); |
212 | const iArray * headings_GmDocument (const iGmDocument *); /* array of GmHeadings */ | 213 | const iArray * headings_GmDocument (const iGmDocument *); /* array of GmHeadings */ |
213 | const iString * source_GmDocument (const iGmDocument *); | 214 | const iString * source_GmDocument (const iGmDocument *); |
215 | iGmRunRange runRange_GmDocument (const iGmDocument *); | ||
214 | size_t memorySize_GmDocument (const iGmDocument *); /* bytes */ | 216 | size_t memorySize_GmDocument (const iGmDocument *); /* bytes */ |
215 | int warnings_GmDocument (const iGmDocument *); | 217 | int warnings_GmDocument (const iGmDocument *); |
216 | 218 | ||