aboutsummaryrefslogtreecommitdiff
path: root/graphics/nine_patch.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-30 23:34:25 +0600
committerEugene Sandulenko2016-07-03 12:23:57 +0200
commit4b87563792163d5fd538092b340500bccd20aa7b (patch)
treebc64bedf5aef5686c82a1d16cf870b0fc7a1bc35 /graphics/nine_patch.h
parent916c86e68941cb1a752566ac9c0346263970b366 (diff)
downloadscummvm-rg350-4b87563792163d5fd538092b340500bccd20aa7b.tar.gz
scummvm-rg350-4b87563792163d5fd538092b340500bccd20aa7b.tar.bz2
scummvm-rg350-4b87563792163d5fd538092b340500bccd20aa7b.zip
GUI: Add blipClip()
Diffstat (limited to 'graphics/nine_patch.h')
-rw-r--r--graphics/nine_patch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h
index c62de3f6e2..45e4e0918a 100644
--- a/graphics/nine_patch.h
+++ b/graphics/nine_patch.h
@@ -83,6 +83,7 @@ public:
~NinePatchBitmap();
void blit(Graphics::Surface &target, int dx, int dy, int dw, int dh);
+ void blitClip(Graphics::Surface &target, Common::Rect clip, int dx, int dy, int dw, int dh);
int getWidth() { return _width; }
int getHeight() { return _height; }