summaryrefslogtreecommitdiff
path: root/include/llmr/style/style.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-12 11:42:17 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-12 11:42:17 +0100
commitc44d056c242187ad721211bc097a8202f3e49648 (patch)
tree6f9c22a9bda3f7db04ece0855afda03fe6736764 /include/llmr/style/style.hpp
parente1868194d909e584083b4cd87e844a8acb37724c (diff)
downloadqtlocation-mapboxgl-c44d056c242187ad721211bc097a8202f3e49648.tar.gz
respect style background color
Diffstat (limited to 'include/llmr/style/style.hpp')
-rw-r--r--include/llmr/style/style.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp
index 2b7562244b..1b57521f85 100644
--- a/include/llmr/style/style.hpp
+++ b/include/llmr/style/style.hpp
@@ -52,6 +52,7 @@ public:
// This are applied settings.
std::set<std::string> appliedClasses;
struct {
+ BackgroundProperties background;
std::map<std::string, FillProperties> fills;
std::map<std::string, LineProperties> lines;
std::map<std::string, PointProperties> points;