diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-09-10 12:03:11 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-09-10 12:03:11 +0100 |
commit | 1df693e6911a97774c63618d95d4a156645e9cf3 (patch) | |
tree | bf5f58a77b71e4e764eb270f744f0ccfc394c06c /indra/newview/llnetmap.h | |
parent | ef3b0ffea01ea5361ffffe09cfb99b940f071bf0 (diff) | |
parent | 71fd7c89aa3a35131ce8133b0b9997038fbbfe32 (diff) |
VWR-17653 (SNOW-734) (RE)MERGE Show inspectors for avatars on the MiniMap
Diffstat (limited to 'indra/newview/llnetmap.h')
-rw-r--r-- | indra/newview/llnetmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index e25ada4c95..650bce0da4 100644 --- a/indra/newview/llnetmap.h +++ b/indra/newview/llnetmap.h @@ -86,13 +86,14 @@ private: void drawTracking( const LLVector3d& pos_global, const LLColor4& color, BOOL draw_arrow = TRUE); + BOOL handleToolTipAgent(const LLUUID& avatar_id); static void showAvatarInspector(const LLUUID& avatar_id); void createObjectImage(); -private: static bool outsideSlop(S32 x, S32 y, S32 start_x, S32 start_y, S32 slop); +private: bool mUpdateNow; LLUIColor mBackgroundColor; |