aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-01 13:04:25 +0600
committerEugene Sandulenko2016-07-03 12:24:11 +0200
commit6fd6043391d7faef569612797fb1c181c45a91dc (patch)
treef8a67787ea2ec688594fb831efcf7f076fdbf741 /graphics/VectorRenderer.h
parent4b87563792163d5fd538092b340500bccd20aa7b (diff)
downloadscummvm-rg350-6fd6043391d7faef569612797fb1c181c45a91dc.tar.gz
scummvm-rg350-6fd6043391d7faef569612797fb1c181c45a91dc.tar.bz2
scummvm-rg350-6fd6043391d7faef569612797fb1c181c45a91dc.zip
GUI: Fix blitAlphaBitmapClip()
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index 78133b0e04..0352808706 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -480,6 +480,7 @@ public:
* blitted into the active surface, at the position specified by "r".
*/
virtual void blitSubSurface(const Graphics::Surface *source, const Common::Rect &r) = 0;
+ virtual void blitSubSurfaceClip(const Graphics::Surface *source, const Common::Rect &r, const Common::Rect &clipping) = 0;
virtual void blitAlphaBitmap(const Graphics::Surface *source, const Common::Rect &r) = 0;
virtual void blitAlphaBitmapClip(const Graphics::Surface *source, const Common::Rect &r, const Common::Rect &clipping) = 0;