diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llui/llrootview.cpp | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llrootview.cpp | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/linden/indra/llui/llrootview.cpp b/linden/indra/llui/llrootview.cpp index 699a2f6..49e512c 100644 --- a/linden/indra/llui/llrootview.cpp +++ b/linden/indra/llui/llrootview.cpp | |||
@@ -1,8 +1,8 @@ | |||
1 | /** | 1 | /** |
2 | * @file llrootview.cpp | 2 | * @file llrootview.cpp |
3 | * @brief Container for all other views in an application | 3 | * @brief Container for all other views in an application |
4 | * | 4 | * |
5 | * Copyright (c) 2006-2007, Linden Research, Inc. | 5 | * Copyright (c) 2006-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 7 | * 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 | 8 | * to you under the terms of the GNU General Public License, version 2.0 |
@@ -22,23 +22,23 @@ | |||
22 | * | 22 | * |
23 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 23 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
24 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 24 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
25 | * COMPLETENESS OR PERFORMANCE. | 25 | * COMPLETENESS OR PERFORMANCE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include "llrootview.h" | 28 | #include "llrootview.h" |
29 | 29 | ||
30 | LLRootView::LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows) | 30 | LLRootView::LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows) |
31 | : LLView(name,rect,mouse_opaque,follows) | 31 | : LLView(name,rect,mouse_opaque,follows) |
32 | { } | 32 | { } |
33 | 33 | ||
34 | // virtual | 34 | // virtual |
35 | EWidgetType LLRootView::getWidgetType() const | 35 | EWidgetType LLRootView::getWidgetType() const |
36 | { | 36 | { |
37 | return WIDGET_TYPE_ROOT_VIEW; | 37 | return WIDGET_TYPE_ROOT_VIEW; |
38 | } | 38 | } |
39 | 39 | ||
40 | // virtual | 40 | // virtual |
41 | LLString LLRootView::getWidgetTag() const | 41 | LLString LLRootView::getWidgetTag() const |
42 | { | 42 | { |
43 | return LL_ROOT_VIEW_TAG; | 43 | return LL_ROOT_VIEW_TAG; |
44 | } | 44 | } |