diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-12 16:47:15 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-12 16:47:15 -0800 |
commit | 92cacc5581dc52058a65e305d8530f9da1445480 (patch) | |
tree | d06658448ef5aba5e9dfaca9be724d9e732ae022 /indra/newview/llbottomtray.h | |
parent | fd9257a5f2649d7afbf65067c0fa4653fc81272c (diff) | |
parent | 74d5a6605bac7ae76889ce3697fc8f59d982d675 (diff) |
Merge with product-engine
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index c88bdeda1c..3847168ae1 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -107,8 +107,10 @@ private: void processWidthIncreased(S32 delta_width); void log(LLView* panel, const std::string& descr); bool processShowButton(EResizeState shown_object_type, S32* available_width, S32* buttons_required_width); + void processHideButton(EResizeState shown_object_type, S32* required_width, S32* buttons_freed_width); bool canButtonBeShown(LLPanel* panel) const; void initStateProcessedObjectMap(); + void showTrayButton(EResizeState shown_object_type, bool visible); MASK mResizeState; |