aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text32.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-30 12:12:40 +0200
committerFilippos Karapetis2011-10-30 21:42:33 +0200
commit9caacac724fa8b83b1949389bdeeba1ecb7fec6e (patch)
tree8d2b9aa48106f267734f4b92cbc20a7f6811328f /engines/sci/graphics/text32.h
parentacebd6d0be60c25c4e7b157f3dc04afe5fcbb535 (diff)
downloadscummvm-rg350-9caacac724fa8b83b1949389bdeeba1ecb7fec6e.tar.gz
scummvm-rg350-9caacac724fa8b83b1949389bdeeba1ecb7fec6e.tar.bz2
scummvm-rg350-9caacac724fa8b83b1949389bdeeba1ecb7fec6e.zip
SCI: More work on kEditText
Diffstat (limited to 'engines/sci/graphics/text32.h')
-rw-r--r--engines/sci/graphics/text32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h
index d39f0d8d87..3a411ce663 100644
--- a/engines/sci/graphics/text32.h
+++ b/engines/sci/graphics/text32.h
@@ -35,7 +35,7 @@ class GfxText32 {
public:
GfxText32(SegManager *segMan, GfxCache *fonts, GfxScreen *screen);
~GfxText32();
- reg_t createTextBitmap(reg_t textObject, uint16 maxWidth = 0, uint16 maxHeight = 0);
+ reg_t createTextBitmap(reg_t textObject, uint16 maxWidth = 0, uint16 maxHeight = 0, reg_t prevHunk = NULL_REG);
void disposeTextBitmap(reg_t hunkId);
void drawTextBitmap(uint16 x, uint16 y, Common::Rect planeRect, reg_t textObject);
int16 GetLongest(const char *text, int16 maxWidth, GfxFont *font);