diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-06 21:51:28 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-06 21:51:28 +0300 |
commit | 7e63a70bc30173d2e15fda77777aef3caf0cc76c (patch) | |
tree | 470b981a44d346997a7ed7f33111d2bbfc245efb /src/gmdocument.h | |
parent | 0f47f2f20dd5e6f098f4358cdfea50cf2e87bc56 (diff) |
DocumentWidget: Adjusted document borders
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 2 |
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 | ||
76 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); | 76 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); |
77 | iInt2 size_GmDocument (const iGmDocument *); | 77 | iInt2 size_GmDocument (const iGmDocument *); |
78 | iInt2 sizeWithoutBanner_GmDocument (const iGmDocument *); | 78 | iBool hasSiteBanner_GmDocument(const iGmDocument *); |
79 | 79 | ||
80 | iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); | 80 | iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); |
81 | iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before); | 81 | iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before); |