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:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-09-24 11:52:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:30 +0300
commit0a6d1aaed85046a0be1fc17e8e4263cc42b57ed9 (patch)
tree97381e4ba49142b341bbd56bf31f98ea3293bf4f /drape_frontend
parent02706d79ca7b682ad384e0b3547d23e9c5f9d078 (diff)
Added field for pattern
Diffstat (limited to 'drape_frontend')
-rw-r--r--drape_frontend/shape_view_params.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/drape_frontend/shape_view_params.hpp b/drape_frontend/shape_view_params.hpp
index be5e286f46..d176c1f699 100644
--- a/drape_frontend/shape_view_params.hpp
+++ b/drape_frontend/shape_view_params.hpp
@@ -2,6 +2,7 @@
#include "../drape/drape_global.hpp"
#include "../drape/color.hpp"
+#include "../drape/stipple_pen_resource.hpp"
#include "../indexer/feature_decl.hpp"
#include "../geometry/point2d.hpp"
@@ -44,6 +45,7 @@ struct LineViewParams : CommonViewParams
float m_width;
dp::LineCap m_cap;
dp::LineJoin m_join;
+ dp::StipplePenKey m_key;
};
struct FontDecl