diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index dfad1d46..70e912df 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -26,3 +26,4 @@ void setSource_GmDocument (iGmDocument *, const iString *source, int width | |||
26 | typedef void (*iGmDocumentRenderFunc)(void *, const iGmRun *); | 26 | typedef void (*iGmDocumentRenderFunc)(void *, const iGmRun *); |
27 | 27 | ||
28 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); | 28 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); |
29 | iInt2 size_GmDocument (const iGmDocument *); | ||