diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-04-26 06:39:08 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-04-26 06:39:08 +0300 |
commit | d2c9543a19fa4ed008bbda841885bd1f34c289a0 (patch) | |
tree | bba9d3230efcf1796261df5c8b4ef3c24191235f /indra/newview/llfloaterimcontainer.h | |
parent | 724cab416f15cbbe60116fbd956032c088010ce7 (diff) |
CHUI-859 FIXED Conversation panel moves when new message received with Open Conversation window preference
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 04e27f9b9d..74c3640bad 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -63,6 +63,8 @@ public: /*virtual*/ void setVisible(BOOL visible); /*virtual*/ void setVisibleAndFrontmost(BOOL take_focus=TRUE, const LLSD& key = LLSD()); /*virtual*/ void updateResizeLimits(); + /*virtual*/ void handleReshape(const LLRect& rect, bool by_user); + void onCloseFloater(LLUUID& id); /*virtual*/ void addFloater(LLFloater* floaterp, |