diff options
Diffstat (limited to 'linden/indra/llui/llresizebar.h')
-rw-r--r-- | linden/indra/llui/llresizebar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llui/llresizebar.h b/linden/indra/llui/llresizebar.h index 5862ffc..e1fc0f9 100644 --- a/linden/indra/llui/llresizebar.h +++ b/linden/indra/llui/llresizebar.h | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 5 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -49,8 +50,8 @@ public: | |||
49 | void setResizeLimits( S32 min_width, S32 min_height ) { mMinWidth = min_width; mMinHeight = min_height; } | 50 | void setResizeLimits( S32 min_width, S32 min_height ) { mMinWidth = min_width; mMinHeight = min_height; } |
50 | 51 | ||
51 | protected: | 52 | protected: |
52 | S32 mDragStartScreenX; | 53 | S32 mDragLastScreenX; |
53 | S32 mDragStartScreenY; | 54 | S32 mDragLastScreenY; |
54 | S32 mLastMouseScreenX; | 55 | S32 mLastMouseScreenX; |
55 | S32 mLastMouseScreenY; | 56 | S32 mLastMouseScreenY; |
56 | LLCoordGL mLastMouseDir; | 57 | LLCoordGL mLastMouseDir; |