diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-03 12:10:00 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-03 12:10:00 -0800 |
commit | e47d107e2f7c4793f0685aa37749629f7d91aef0 (patch) | |
tree | 740e36a63f6576bdf5c180ca8b59796ae5f1cf49 /indra/newview/llinventorypanel.h | |
parent | ece36d5df8d0a7fb4c71ec50a0bac49a5c6fbacb (diff) | |
parent | 2ecc98cb2f11b03224990d498d20cff8bcfb0716 (diff) |
Merge
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index f312b588b9..37b03dbd7d 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -122,6 +122,10 @@ public: void* cargo_data, EAcceptance* accept, std::string& tooltip_msg); + + void onMouseEnter(S32 x, S32 y, MASK mask); + void onMouseLeave(S32 x, S32 y, MASK mask); + // LLUICtrl methods /*virtual*/ void onFocusLost(); /*virtual*/ void onFocusReceived(); |