aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:22 -0500
committerJacek Antonelli2008-08-15 23:45:22 -0500
commit1e8e051fafa147fc3375bf7693c781e3be17b6d4 (patch)
tree071633b1e27b13f52619ea60a58338bfab34538a /linden/indra/newview/llfolderview.h
parentSecond Life viewer sources 1.18.6.0-RC (diff)
downloadmeta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.zip
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.gz
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.bz2
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.xz
Second Life viewer sources 1.18.6.1-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfolderview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h
index dd0dd21..466aac4 100644
--- a/linden/indra/newview/llfolderview.h
+++ b/linden/indra/newview/llfolderview.h
@@ -323,6 +323,7 @@ protected:
323 static LLColor4 sHighlightFgColor; 323 static LLColor4 sHighlightFgColor;
324 static LLColor4 sFilterBGColor; 324 static LLColor4 sFilterBGColor;
325 static LLColor4 sFilterTextColor; 325 static LLColor4 sFilterTextColor;
326 static LLColor4 sLoadingMessageTextColor;
326 327
327 LLString mLabel; 328 LLString mLabel;
328 LLString mSearchableLabel; 329 LLString mSearchableLabel;
@@ -349,6 +350,8 @@ protected:
349 BOOL mDragAndDropTarget; 350 BOOL mDragAndDropTarget;
350 LLPointer<LLViewerImage> mArrowImage; 351 LLPointer<LLViewerImage> mArrowImage;
351 LLPointer<LLViewerImage> mBoxImage; 352 LLPointer<LLViewerImage> mBoxImage;
353 BOOL mIsLoading;
354 LLTimer mTimeSinceRequestStart;
352 355
353 // This function clears the currently selected item, and records 356 // This function clears the currently selected item, and records
354 // the specified selected item appropriately for display and use 357 // the specified selected item appropriately for display and use