diff options
| author | richard <none@none> | 2009-12-10 16:19:58 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-12-10 16:19:58 -0800 |
| commit | 2feb3f538e000a9562c0bea8a0ed19ea04525c6b (patch) | |
| tree | 27dd8807eb5faf4cfeb728453679a4f3d7dcd0c9 /indra/newview/llviewerwindow.h | |
| parent | 6fae49dc2afe1430b22aa09d49ba91ee0f73e994 (diff) | |
EXT-1994 - Entering text into the Chat Bar sometimes slows to about 2 cps
EXT-2176 - Avatar movements seem to be transmitted after the release of a movement control
reviewed by James
Diffstat (limited to 'indra/newview/llviewerwindow.h')
| -rw-r--r-- | indra/newview/llviewerwindow.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 1d564a1338..766c66ed0f 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -88,7 +88,6 @@ public: public: LLPickInfo(); LLPickInfo(const LLCoordGL& mouse_pos, - const LLRect& screen_region, MASK keyboard_mask, BOOL pick_transparent, BOOL pick_surface_info, @@ -120,7 +119,6 @@ public: LLVector3 mNormal; LLVector3 mBinormal; BOOL mPickTransparent; - LLRect mScreenRegion; void getSurfaceInfo(); private: @@ -345,7 +343,6 @@ public: void performPick(); void returnEmptyPicks(); - void pickAsync(S32 x, S32 y_from_bot, MASK mask, void (*callback)(const LLPickInfo& pick_info), BOOL pick_transparent = FALSE); LLPickInfo pickImmediate(S32 x, S32 y, BOOL pick_transparent); LLHUDIcon* cursorIntersectIcon(S32 mouse_x, S32 mouse_y, F32 depth, @@ -397,7 +394,7 @@ public: private: bool shouldShowToolTipFor(LLMouseHandler *mh); static bool onAlert(const LLSD& notify); - + void switchToolByMask(MASK mask); void destroyWindow(); void drawMouselookInstructions(); |
