aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/textdrawer.h
diff options
context:
space:
mode:
authorEric Fry2018-04-27 17:48:55 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commita36cd2e39fce85e5cc1024322767284ba9b8e3b4 (patch)
tree50b71ed75459fe07584909a80e9264b3dc1f3e55 /engines/illusions/textdrawer.h
parent8e462f313fa195ce532a7a684d17a487cbdd4613 (diff)
downloadscummvm-rg350-a36cd2e39fce85e5cc1024322767284ba9b8e3b4.tar.gz
scummvm-rg350-a36cd2e39fce85e5cc1024322767284ba9b8e3b4.tar.bz2
scummvm-rg350-a36cd2e39fce85e5cc1024322767284ba9b8e3b4.zip
ILLUSIONS: Name menu border color variables to add readability
Fix menu hover color layer position.
Diffstat (limited to 'engines/illusions/textdrawer.h')
-rw-r--r--engines/illusions/textdrawer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/textdrawer.h b/engines/illusions/textdrawer.h
index 290d6c7251..68b28e0713 100644
--- a/engines/illusions/textdrawer.h
+++ b/engines/illusions/textdrawer.h
@@ -46,7 +46,7 @@ class TextDrawer {
public:
bool wrapText(FontResource *font, uint16 *text, WidthHeight *dimensions, Common::Point offsPt,
uint textFlags, uint16 *&outTextPtr);
- void drawText(Screen *screen, Graphics::Surface *surface, uint16 color2, uint16 color1);
+ void drawText(Screen *screen, Graphics::Surface *surface, uint16 backgroundColor, uint16 borderColor);
protected:
FontResource *_font;
uint16 *_text;