aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llpanellogin.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r--linden/indra/newview/llpanellogin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index a754224..1100cd6 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -74,7 +74,7 @@ public:
74 void *callback_data); 74 void *callback_data);
75 ~LLPanelLogin(); 75 ~LLPanelLogin();
76 76
77 virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); 77 virtual BOOL handleKeyHere(KEY key, MASK mask);
78 virtual void draw(); 78 virtual void draw();
79 virtual void setFocus( BOOL b ); 79 virtual void setFocus( BOOL b );
80 80
@@ -112,9 +112,10 @@ private:
112 virtual void onNavigateComplete( const EventType& eventIn ); 112 virtual void onNavigateComplete( const EventType& eventIn );
113 static void onClickForgotPassword(void*); 113 static void onClickForgotPassword(void*);
114 static void onPassKey(LLLineEditor* caller, void* user_data); 114 static void onPassKey(LLLineEditor* caller, void* user_data);
115 static void onSelectServer(LLUICtrl*, void*);
115 116
116private: 117private:
117 LLPointer<LLViewerImage> mLogoImage; 118 LLPointer<LLUIImage> mLogoImage;
118 119
119 void (*mCallback)(S32 option, void *userdata); 120 void (*mCallback)(S32 option, void *userdata);
120 void* mCallbackData; 121 void* mCallbackData;