aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerwindow.h')
-rw-r--r--linden/indra/newview/llviewerwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerwindow.h b/linden/indra/newview/llviewerwindow.h
index e6a9a14..4560427 100644
--- a/linden/indra/newview/llviewerwindow.h
+++ b/linden/indra/newview/llviewerwindow.h
@@ -85,6 +85,8 @@ public:
85 /*virtual*/ void handleQuit(LLWindow *window); 85 /*virtual*/ void handleQuit(LLWindow *window);
86 /*virtual*/ BOOL handleRightMouseDown(LLWindow *window, LLCoordGL pos, MASK mask); 86 /*virtual*/ BOOL handleRightMouseDown(LLWindow *window, LLCoordGL pos, MASK mask);
87 /*virtual*/ BOOL handleRightMouseUp(LLWindow *window, LLCoordGL pos, MASK mask); 87 /*virtual*/ BOOL handleRightMouseUp(LLWindow *window, LLCoordGL pos, MASK mask);
88 /*virtual*/ BOOL handleMiddleMouseDown(LLWindow *window, LLCoordGL pos, MASK mask);
89 /*virtual*/ BOOL handleMiddleMouseUp(LLWindow *window, LLCoordGL pos, MASK mask);
88 /*virtual*/ void handleMouseMove(LLWindow *window, LLCoordGL pos, MASK mask); 90 /*virtual*/ void handleMouseMove(LLWindow *window, LLCoordGL pos, MASK mask);
89 /*virtual*/ void handleMouseLeave(LLWindow *window); 91 /*virtual*/ void handleMouseLeave(LLWindow *window);
90 /*virtual*/ void handleResize(LLWindow *window, S32 x, S32 y); 92 /*virtual*/ void handleResize(LLWindow *window, S32 x, S32 y);
@@ -174,6 +176,9 @@ public:
174 BOOL handleKey(KEY key, MASK mask); 176 BOOL handleKey(KEY key, MASK mask);
175 void handleScrollWheel (S32 clicks); 177 void handleScrollWheel (S32 clicks);
176 178
179 // Hide normal UI when a logon fails, re-show everything when logon is attempted again
180 void setNormalControlsVisible( BOOL visible );
181
177 // Handle the application becoming active (frontmost) or inactive 182 // Handle the application becoming active (frontmost) or inactive
178 //BOOL handleActivate(BOOL activate); 183 //BOOL handleActivate(BOOL activate);
179 184