summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2009-11-10 22:49:25 +0800
committerangela <angela@lindenlab.com>2009-11-10 22:49:25 +0800
commit26d481f3850ded5a20e183260eced4c32c9b7a84 (patch)
treeeddc6989f25aaa3429b23cfdb971dd73cf2edf36 /indra/newview/llfloaterpreference.h
parent63195e76cae04f4eb98a3ce3230caae17fa79eca (diff)
(EXT-2343) Preference > Chat > ColorSwatch 's LLUIColorTable is not working
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index b1ad0348c0..10f39e46f1 100644
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -133,7 +133,9 @@ public:
void onCommitAutoDetectAspect();
void applyResolution();
void applyWindowSize();
-
+ void applyUIColor(LLUICtrl* ctrl, const LLSD& param);
+ void getUIColor(LLUICtrl* ctrl, const LLSD& param);
+
static void initWindowSizeControls(LLPanel* panelp);
static void buildLists(void* data);
@@ -159,6 +161,7 @@ public:
virtual void apply();
virtual void cancel();
void setControlFalse(const LLSD& user_data);
+
private:
typedef std::map<LLControlVariable*, LLSD> control_values_map_t;
control_values_map_t mSavedValues;