aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-05 00:52:56 +0300
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit4474ccf8144563c4bacbb060c943c0f68e317cea (patch)
treea3e31d55b72be1a0717db5ba3c97020631f0f50f /graphics/VectorRendererSpec.h
parentf0c52096f3e9215cb584b3862f2cd4b9632761d5 (diff)
downloadscummvm-rg350-4474ccf8144563c4bacbb060c943c0f68e317cea.tar.gz
scummvm-rg350-4474ccf8144563c4bacbb060c943c0f68e317cea.tar.bz2
scummvm-rg350-4474ccf8144563c4bacbb060c943c0f68e317cea.zip
GUI: Implemented alphabitmap autoscale
Diffstat (limited to 'graphics/VectorRendererSpec.h')
-rw-r--r--graphics/VectorRendererSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/VectorRendererSpec.h b/graphics/VectorRendererSpec.h
index 658c70948f..308fdc5c94 100644
--- a/graphics/VectorRendererSpec.h
+++ b/graphics/VectorRendererSpec.h
@@ -95,7 +95,7 @@ public:
void blitSubSurfaceClip(const Graphics::Surface *source, const Common::Rect &r, const Common::Rect &clipping);
void blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r);
void blitKeyBitmapClip(const Graphics::Surface *source, const Common::Rect &r, const Common::Rect &clipping);
- void blitAlphaBitmap(Graphics::TransparentSurface *source, const Common::Rect &r);
+ void blitAlphaBitmap(Graphics::TransparentSurface *source, const Common::Rect &r, bool autoscale);
void applyScreenShading(GUI::ThemeEngine::ShadingStyle shadingStyle);