aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterdirectory.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:17 -0500
committerJacek Antonelli2008-08-15 23:45:17 -0500
commit7c207214b86dc5675e2d136cc34e9b209209dc4b (patch)
treedfbdef0c039221cfadd7c26c839f446064263ddd /linden/indra/newview/llfloaterdirectory.h
parentSecond Life viewer sources 1.18.5.0-RC (diff)
downloadmeta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.zip
meta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.tar.gz
meta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.tar.bz2
meta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.tar.xz
Second Life viewer sources 1.18.5.1-RC
Diffstat (limited to 'linden/indra/newview/llfloaterdirectory.h')
-rw-r--r--linden/indra/newview/llfloaterdirectory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterdirectory.h b/linden/indra/newview/llfloaterdirectory.h
index f7a2905..d973f86 100644
--- a/linden/indra/newview/llfloaterdirectory.h
+++ b/linden/indra/newview/llfloaterdirectory.h
@@ -62,6 +62,7 @@ public:
62 /*virtual*/ ~LLFloaterDirectory(); 62 /*virtual*/ ~LLFloaterDirectory();
63 63
64 /*virtual*/ void setVisible(BOOL visible); 64 /*virtual*/ void setVisible(BOOL visible);
65 /*virtual*/ void setMinimized(BOOL minimize);
65 /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent); 66 /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent);
66 67
67 // Used for toggling God mode, which changes to visibility of 68 // Used for toggling God mode, which changes to visibility of
@@ -129,6 +130,8 @@ public:
129 LLPanelPlace* mPanelPlaceSmallp; 130 LLPanelPlace* mPanelPlaceSmallp;
130 LLPanelClassified* mPanelClassifiedp; 131 LLPanelClassified* mPanelClassifiedp;
131 132
133private:
134 bool mMinimizing; // HACK: see reshape() for details
132 static LLFloaterDirectory *sInstance; 135 static LLFloaterDirectory *sInstance;
133}; 136};
134 137