diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index ce148164..5d34dbaf 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -176,7 +176,11 @@ iMedia * media_GmDocument (iGmDocument *); | |||
176 | const iMedia * constMedia_GmDocument (const iGmDocument *); | 176 | const iMedia * constMedia_GmDocument (const iGmDocument *); |
177 | 177 | ||
178 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, | 178 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, |
179 | iGmDocumentRenderFunc render, void *); | 179 | iGmDocumentRenderFunc render, void *); /* includes partial overlaps */ |
180 | const iGmRun * renderProgressive_GmDocument(const iGmDocument *d, const iGmRun *first, int dir, | ||
181 | size_t maxCount, | ||
182 | iRangei visRangeY, iGmDocumentRenderFunc render, | ||
183 | void *context); | ||
180 | iInt2 size_GmDocument (const iGmDocument *); | 184 | iInt2 size_GmDocument (const iGmDocument *); |
181 | const iGmRun * siteBanner_GmDocument (const iGmDocument *); | 185 | const iGmRun * siteBanner_GmDocument (const iGmDocument *); |
182 | iBool hasSiteBanner_GmDocument (const iGmDocument *); | 186 | iBool hasSiteBanner_GmDocument (const iGmDocument *); |