diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-21 18:40:37 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-21 18:40:37 -0800 |
commit | dc47f52e9f5ab095737fedf68d22c8228140c71b (patch) | |
tree | b51ec723b3be86c1c3afc50f9695bb535265a6ee /indra/newview/lltoolpie.h | |
parent | bc0ed2a02b42ae485b2f7a08f6ec3a0c1ab85778 (diff) | |
parent | 76a044faafdc5a92ac44059529bea90649889621 (diff) |
merge
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r-- | indra/newview/lltoolpie.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index 5f0e28fa95..8a4c949aef 100644 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -89,7 +89,9 @@ private: bool handleMediaClick(const LLPickInfo& info); bool handleMediaHover(const LLPickInfo& info); - bool handleMediaMouseUp(); + bool handleMediaMouseUp(); + BOOL handleTooltipLand(std::string line, std::string tooltip_msg); + BOOL handleTooltipObject( LLViewerObject* hover_object, std::string line, std::string tooltip_msg); private: BOOL mGrabMouseButtonDown; |