summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 0969794c..6c25dd6f 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -181,7 +181,9 @@ enum iGmDocumentUpdate {
181 final_GmDocumentUpdate, /* process all lines, including the last one if not terminated */ 181 final_GmDocumentUpdate, /* process all lines, including the last one if not terminated */
182}; 182};
183 183
184void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); 184void setThemeSeed_GmDocument (iGmDocument *,
185 const iBlock *paletteSeed,
186 const iBlock *iconSeed); /* seeds may be NULL; NULL iconSeed will use paletteSeed instead */
185void setFormat_GmDocument (iGmDocument *, enum iSourceFormat format); 187void setFormat_GmDocument (iGmDocument *, enum iSourceFormat format);
186void setWidth_GmDocument (iGmDocument *, int width, int canvasWidth); 188void setWidth_GmDocument (iGmDocument *, int width, int canvasWidth);
187iBool updateWidth_GmDocument (iGmDocument *, int width, int canvasWidth); 189iBool updateWidth_GmDocument (iGmDocument *, int width, int canvasWidth);