diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-25 16:50:45 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-25 16:50:45 +0200 |
commit | bac40450646460466d4d7f266ef6185b6ee0e981 (patch) | |
tree | f95a582f20e347185d6c44ce426bf8b4aec659cb /indra/newview/lltoolpie.h | |
parent | f9e12e9f6b614db645c79c13795c1a1d67bae7fd (diff) | |
parent | 410e105f5293813dc63542414382e67273ab1d52 (diff) |
merge
--HG--
branch : product-engine
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; |