summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.h
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-03-09 15:59:27 +0800
committerangela <angela@lindenlab.com>2010-03-09 15:59:27 +0800
commit0fe35e068f8148604fe59bff7f80103e75fff07f (patch)
tree9b09bf8c06ed55a47fdb01192501c9b8a247d167 /indra/llui/llfloaterreg.h
parent7593605ba056a104b245fd20bd65e97fcde9f26c (diff)
EXT-4684 Beacons are not shown when beacons floater is minimized
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r--indra/llui/llfloaterreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h
index 8a11d5c3f2..5cacf76771 100644
--- a/indra/llui/llfloaterreg.h
+++ b/indra/llui/llfloaterreg.h
@@ -134,6 +134,7 @@ public:
static void hideFloaterInstance(const LLSD& sdname);
static void toggleFloaterInstance(const LLSD& sdname);
static bool floaterInstanceVisible(const LLSD& sdname);
+ static bool floaterInstanceMinimized(const LLSD& sdname);
// Typed find / get / show
template <class T>