aboutsummaryrefslogtreecommitdiff
path: root/graphics/nine_patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nine_patch.h')
-rw-r--r--graphics/nine_patch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h
index d0fc1af05a..b40f3bf980 100644
--- a/graphics/nine_patch.h
+++ b/graphics/nine_patch.h
@@ -51,8 +51,8 @@
namespace Graphics {
- class TransparentSurface;
- class Surface;
+class TransparentSurface;
+class Surface;
struct NinePatchMark {
int offset;
@@ -86,7 +86,7 @@ public:
NinePatchBitmap(Graphics::TransparentSurface *bmp, bool owns_bitmap);
~NinePatchBitmap();
- void blit(Graphics::Surface &target, int dx, int dy, int dw, int dh, byte *palette = NULL, byte numColours = 0);
+ void blit(Graphics::Surface &target, int dx, int dy, int dw, int dh, byte *palette = NULL, byte numColors = 0);
void blitClip(Graphics::Surface &target, Common::Rect clip, int dx, int dy, int dw, int dh);
int getWidth() { return _width; }