summaryrefslogtreecommitdiff
path: root/indra/llui/lldockcontrol.h
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-12-10 10:14:17 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-12-10 10:14:17 -0800
commitf6a1858884958a67e68227d8078076681e7d478d (patch)
tree9c1e1caf3ee0126eb140ba8dde42c664615e15ac /indra/llui/lldockcontrol.h
parent9b4d09471cca6922257a27ba9cb70498ab81fd94 (diff)
parent3e13bc913f3e527b1a9d4f500ad038c06cdf6525 (diff)
Merge with product-engine
Diffstat (limited to 'indra/llui/lldockcontrol.h')
-rw-r--r--indra/llui/lldockcontrol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lldockcontrol.h b/indra/llui/lldockcontrol.h
index 30a45bedc7..550955c4c5 100644
--- a/indra/llui/lldockcontrol.h
+++ b/indra/llui/lldockcontrol.h
@@ -76,6 +76,9 @@ public:
// gets a rect that bounds possible positions for a dockable control (EXT-1111)
void getAllowedRect(LLRect& rect);
+ S32 getTongueWidth() { return mDockTongue->getWidth(); }
+ S32 getTongueHeight() { return mDockTongue->getHeight(); }
+
private:
virtual void moveDockable();
private: