diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 4 |
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 | ||
184 | void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); | 184 | void setThemeSeed_GmDocument (iGmDocument *, |
185 | const iBlock *paletteSeed, | ||
186 | const iBlock *iconSeed); /* seeds may be NULL; NULL iconSeed will use paletteSeed instead */ | ||
185 | void setFormat_GmDocument (iGmDocument *, enum iSourceFormat format); | 187 | void setFormat_GmDocument (iGmDocument *, enum iSourceFormat format); |
186 | void setWidth_GmDocument (iGmDocument *, int width, int canvasWidth); | 188 | void setWidth_GmDocument (iGmDocument *, int width, int canvasWidth); |
187 | iBool updateWidth_GmDocument (iGmDocument *, int width, int canvasWidth); | 189 | iBool updateWidth_GmDocument (iGmDocument *, int width, int canvasWidth); |