summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-26 20:35:48 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-26 20:35:48 +0000
commit076e82ac5ed30086821aa0d27e9d725e794b928a (patch)
tree31ae6c854c82ed789931f5ebd998e3c2b9aea17c /src/graphics.h
parentc1caa4d90e00cd248c05c43ace035c62ab470354 (diff)
downloadMana-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.gz
Mana-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.bz2
Mana-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.xz
Mana-076e82ac5ed30086821aa0d27e9d725e794b928a.zip
Fixed fonts not being recolored by adding an explicit parameter to require it.
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index e12b066e..564826a2 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -101,7 +101,8 @@ class Graphics : public gcn::SDLGraphics {
drawImage(Image *image,
int srcX, int srcY,
int dstX, int dstY,
- int width, int height);
+ int width, int height,
+ bool useColor = false);
virtual void
drawImagePattern(Image *image,