summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-06 21:51:28 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-06 21:51:28 +0300
commit7e63a70bc30173d2e15fda77777aef3caf0cc76c (patch)
tree470b981a44d346997a7ed7f33111d2bbfc245efb /src/gmdocument.h
parent0f47f2f20dd5e6f098f4358cdfea50cf2e87bc56 (diff)
DocumentWidget: Adjusted document borders
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 42639357..7a0f21ee 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -75,7 +75,7 @@ typedef void (*iGmDocumentRenderFunc)(void *, const iGmRun *);
75 75
76void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); 76void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *);
77iInt2 size_GmDocument (const iGmDocument *); 77iInt2 size_GmDocument (const iGmDocument *);
78iInt2 sizeWithoutBanner_GmDocument (const iGmDocument *); 78iBool hasSiteBanner_GmDocument(const iGmDocument *);
79 79
80iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); 80iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start);
81iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before); 81iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before);