diff options
| author | Steve Bennetts <steve@lindenlab.com> | 2009-10-25 23:05:15 -0700 |
|---|---|---|
| committer | Steve Bennetts <steve@lindenlab.com> | 2009-10-25 23:05:15 -0700 |
| commit | 53c972a521cbb92c6c9390c41b250a41dc22cd5a (patch) | |
| tree | f6fc9f14f3815a943b0f6655a3ec113f7ae8e9a9 /indra/llui/lliconctrl.h | |
| parent | 4bc3b5f3db98f70faac9059616135886debb16a7 (diff) | |
* Changes to enable differentiating between icon texture priority and other UI texture priority.
* Still need to only request smaller mip maps of icon textures
Diffstat (limited to 'indra/llui/lliconctrl.h')
| -rw-r--r-- | indra/llui/lliconctrl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h index ff25b0d53e..90f1693060 100644 --- a/indra/llui/lliconctrl.h +++ b/indra/llui/lliconctrl.h @@ -72,10 +72,13 @@ public: std::string getImageName() const; void setColor(const LLColor4& color) { mColor = color; } + +protected: + S32 mPriority; private: LLUIColor mColor; - LLPointer<LLUIImage> mImagep; + LLPointer<LLUIImage> mImagep; }; #endif |
