summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-05 10:49:17 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-05 10:49:17 +0100
commite23643c46b8f80180b1ac901b930c18e5df9171d (patch)
treeda49c1923cf409e9b16a3021f3c8762fe91c0e53 /indra/newview/llimfloater.h
parent2d70b8f05286251f25f33a33c507c0a9c0d4e370 (diff)
parent033f0dbdef5d23858065dcdcc2f70e5546f50651 (diff)
merge from viewer-public
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r--indra/newview/llimfloater.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h
index fef178e3a2..f1e68a2b3d 100644
--- a/indra/newview/llimfloater.h
+++ b/indra/newview/llimfloater.h
@@ -155,6 +155,10 @@ private:
static void closeHiddenIMToasts();
+ static bool resetAllowedRectPadding(const LLSD& newvalue);
+ //need to keep this static for performance issues
+ static S32 sAllowedRectRightPadding;
+
static void confirmLeaveCallCallback(const LLSD& notification, const LLSD& response);
LLPanelChatControlPanel* mControlPanel;