diff options
Diffstat (limited to 'indra/newview/llfloatereditsky.h')
-rw-r--r-- | indra/newview/llfloatereditsky.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditsky.h b/indra/newview/llfloatereditsky.h index 0ad4217a43..ff31476ee0 100644 --- a/indra/newview/llfloatereditsky.h +++ b/indra/newview/llfloatereditsky.h @@ -57,11 +57,13 @@ private: void syncControls(); /// sync up sliders with parameters + void setColorSwatch(const std::string& name, const WLColorControl& from_ctrl, F32 k); + // general purpose callbacks for dealing with color controllers + void onColorControlMoved(LLUICtrl* ctrl, WLColorControl* color_ctrl); void onColorControlRMoved(LLUICtrl* ctrl, void* userdata); void onColorControlGMoved(LLUICtrl* ctrl, void* userdata); void onColorControlBMoved(LLUICtrl* ctrl, void* userdata); - void onColorControlIMoved(LLUICtrl* ctrl, void* userdata); void onFloatControlMoved(LLUICtrl* ctrl, void* userdata); // lighting callbacks for glow |