summaryrefslogtreecommitdiff
path: root/indra/newview/llnavigationbar.h
diff options
context:
space:
mode:
authorAndrew Dyukov <adyukov@productengine.com>2009-10-29 17:47:09 +0200
committerAndrew Dyukov <adyukov@productengine.com>2009-10-29 17:47:09 +0200
commit8298a1de685757c89abe72976f6b77f527475c7a (patch)
tree1f62fd5e84cc5ca35886e56ef3a6d2473b2aa5d4 /indra/newview/llnavigationbar.h
parentea0abdac1d67511f9f1ff7b54c84f2e692ce87e0 (diff)
Fixed normal bug EXT-1556(When the Navbar and Favbar are switched off, floaters still cannot be moved into the space they previously occupied)
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnavigationbar.h')
-rw-r--r--indra/newview/llnavigationbar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llnavigationbar.h b/indra/newview/llnavigationbar.h
index f1a1b85a86..8b625e7fa6 100644
--- a/indra/newview/llnavigationbar.h
+++ b/indra/newview/llnavigationbar.h
@@ -35,8 +35,6 @@
#include "llpanel.h"
-extern S32 NAVIGATION_BAR_HEIGHT;
-
class LLButton;
class LLLocationInputCtrl;
class LLMenuGL;
@@ -63,6 +61,9 @@ public:
void showNavigationPanel(BOOL visible);
void showFavoritesPanel(BOOL visible);
+
+ int getDefNavBarHeight();
+ int getDefFavBarHeight();
private: