aboutsummaryrefslogtreecommitdiff
path: root/graphics/nine_patch.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-30 11:26:21 +0200
committerBorja Lorente2016-08-02 08:33:50 +0200
commit7bc8d472ab879b49f9670cccc16fd0bf8bf0a6a7 (patch)
treeded51de5f281c233a2a2b76481c1e4d68586baa8 /graphics/nine_patch.h
parent38f80f10f823d62bbefc25f81a7be8575eb505d6 (diff)
downloadscummvm-rg350-7bc8d472ab879b49f9670cccc16fd0bf8bf0a6a7.tar.gz
scummvm-rg350-7bc8d472ab879b49f9670cccc16fd0bf8bf0a6a7.tar.bz2
scummvm-rg350-7bc8d472ab879b49f9670cccc16fd0bf8bf0a6a7.zip
GRAPHICS: Fix style and spelling
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; }