diff options
author | Josh Bell <josh@lindenlab.com> | 2008-07-22 20:55:02 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2008-07-22 20:55:02 +0000 |
commit | 35b4a91129bc3da3476e7f9d8d8eb923a621cc3e (patch) | |
tree | 2906124fe8371b6336e6f7231cd890d267a75d6d /indra/newview/llmaniprotate.h | |
parent | df4f20d4f51e41355e876f734527b4245543415c (diff) |
svn merge -r92710:92709 svn+ssh://svn.lindenlab.com/svn/linden/release --> release
Undo r92710 (for QAR-698) - went straight into release instead of a side branch for validation.
Diffstat (limited to 'indra/newview/llmaniprotate.h')
-rw-r--r-- | indra/newview/llmaniprotate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmaniprotate.h b/indra/newview/llmaniprotate.h index f5c815d537..460bd3fcba 100644 --- a/indra/newview/llmaniprotate.h +++ b/indra/newview/llmaniprotate.h @@ -64,6 +64,7 @@ public: virtual void render(); virtual void handleSelect(); + virtual void handleDeselect(); virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); virtual void highlightManipulators(S32 x, S32 y); @@ -108,6 +109,8 @@ private: LLVector3 mCenterToProfilePlane; F32 mCenterToProfilePlaneMag; + EManipPart mManipPart; + BOOL mSendUpdateOnMouseUp; BOOL mSmoothRotate; |