Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render/software_renderer.hpp')
-rw-r--r--render/software_renderer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/software_renderer.hpp b/render/software_renderer.hpp
index 1c77ade30a..6d91c16f72 100644
--- a/render/software_renderer.hpp
+++ b/render/software_renderer.hpp
@@ -33,7 +33,7 @@ class SoftwareRenderer
public:
SoftwareRenderer(graphics::GlyphCache::Params const & glyphCacheParams, graphics::EDensity density);
- void BeginFrame(uint32_t width, uint32_t height);
+ void BeginFrame(uint32_t width, uint32_t height, graphics::Color const & bgColor);
void DrawSymbol(m2::PointD const & pt, graphics::EPosition anchor,
graphics::Icon::Info const & info);