diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 5234f890..c2a4b272 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -80,6 +80,7 @@ enum iGmRunFlags { | |||
80 | endOfLine_GmRunFlag = iBit(3), | 80 | endOfLine_GmRunFlag = iBit(3), |
81 | siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */ | 81 | siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */ |
82 | quoteBorder_GmRunFlag = iBit(5), | 82 | quoteBorder_GmRunFlag = iBit(5), |
83 | wide_GmRunFlag = iBit(6), /* horizontally scrollable */ | ||
83 | }; | 84 | }; |
84 | 85 | ||
85 | struct Impl_GmRun { | 86 | struct Impl_GmRun { |
@@ -108,10 +109,10 @@ enum iGmDocumentFormat { | |||
108 | void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); | 109 | void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); |
109 | void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format); | 110 | void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format); |
110 | void setSiteBannerEnabled_GmDocument(iGmDocument *, iBool siteBannerEnabled); | 111 | void setSiteBannerEnabled_GmDocument(iGmDocument *, iBool siteBannerEnabled); |
111 | void setWidth_GmDocument (iGmDocument *, int width, int forceBreakWidth); | 112 | void setWidth_GmDocument (iGmDocument *, int width); |
112 | void redoLayout_GmDocument (iGmDocument *); | 113 | void redoLayout_GmDocument (iGmDocument *); |
113 | void setUrl_GmDocument (iGmDocument *, const iString *url); | 114 | void setUrl_GmDocument (iGmDocument *, const iString *url); |
114 | void setSource_GmDocument (iGmDocument *, const iString *source, int width, int forceBreakWidth); | 115 | void setSource_GmDocument (iGmDocument *, const iString *source, int width); |
115 | 116 | ||
116 | void reset_GmDocument (iGmDocument *); /* free images */ | 117 | void reset_GmDocument (iGmDocument *); /* free images */ |
117 | 118 | ||