summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-10-20 15:28:52 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-10-20 15:28:52 -0700
commit54118511c04323c5ae5d43a9d7f7b8639531d541 (patch)
tree8b6a9061593a53e3c9d83d9c28877447e28569ac /indra/llui/llfloater.h
parentecdd689e23cbe4b509fb885107b96b455739a497 (diff)
parent6998c5ebc7aad43d44f1bb6e42e20503c2ff144f (diff)
merge
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index f610b04e35..f384e64e53 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -120,6 +120,7 @@ public:
short_title;
Optional<bool> single_instance,
+ reuse_instance,
can_resize,
can_minimize,
can_close,
@@ -409,6 +410,7 @@ private:
LLUIString mShortTitle;
BOOL mSingleInstance; // TRUE if there is only ever one instance of the floater
+ bool mReuseInstance; // true if we want to hide the floater when we close it instead of destroying it
std::string mInstanceName; // Store the instance name so we can remove ourselves from the list
BOOL mCanTearOff;