diff options
author | McCabe Maxsted | 2008-11-22 13:18:13 -0700 |
---|---|---|
committer | McCabe Maxsted | 2008-11-22 13:18:13 -0700 |
commit | c782860f23e11dc46af043ac16d4209b0853bbb6 (patch) | |
tree | 9cb4344cff820d5d154f49203e21507535e1fdcc /linden/indra/newview/llnetmap.h | |
parent | Friends dots show as yellow and color can be set in colors.xml (diff) | |
download | meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.zip meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.gz meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.bz2 meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.xz |
Friends dots show as yellow and color can be set in colors.xml
Diffstat (limited to 'linden/indra/newview/llnetmap.h')
-rw-r--r-- | linden/indra/newview/llnetmap.h | 3 |
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 | ||
85 | public: | 85 | public: |
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 |