aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnetmap.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-13 23:31:47 -0600
committerJacek Antonelli2008-12-13 23:31:47 -0600
commitd389594c7cb0f4dad5076f33fb0b41ec4f93606e (patch)
tree471a75f6455711c6f4e6ba8ec14fe27ba48d3352 /linden/indra/newview/llnetmap.h
parentVersion string generator now includes test label. (diff)
parentFriends dots show as yellow and color can be set in colors.xml (diff)
downloadmeta-impy-d389594c7cb0f4dad5076f33fb0b41ec4f93606e.zip
meta-impy-d389594c7cb0f4dad5076f33fb0b41ec4f93606e.tar.gz
meta-impy-d389594c7cb0f4dad5076f33fb0b41ec4f93606e.tar.bz2
meta-impy-d389594c7cb0f4dad5076f33fb0b41ec4f93606e.tar.xz
Merged 'mccabe/VWR-3336' into next
Conflicts: linden/indra/newview/skins/default/colors_base.xml linden/indra/newview/skins/silver/colors_base.xml
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnetmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llnetmap.h b/linden/indra/newview/llnetmap.h
index 3fb20cc..91027c5 100644
--- a/linden/indra/newview/llnetmap.h
+++ b/linden/indra/newview/llnetmap.h
@@ -84,7 +84,10 @@ protected:
84 84
85public: 85public:
86 LLHandle<LLView> mPopupMenuHandle; 86 LLHandle<LLView> mPopupMenuHandle;
87
87 LLColor4 mBackgroundColor; 88 LLColor4 mBackgroundColor;
89 LLColor4 glyph_color_avatar;
90 LLColor4 glyph_color_friend;
88 91
89 F32 mScale; // Size of a region in pixels 92 F32 mScale; // Size of a region in pixels
90 F32 mPixelsPerMeter; // world meters to map pixels 93 F32 mPixelsPerMeter; // world meters to map pixels