From 4b87563792163d5fd538092b340500bccd20aa7b Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Thu, 30 Jun 2016 23:34:25 +0600 Subject: GUI: Add blipClip() --- graphics/nine_patch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/nine_patch.h') 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; } -- cgit v1.2.3