summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-07-05 22:52:31 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-07-05 22:52:31 +0300
commit02c9c49788c6677a4332246a8d748d3e002c712f (patch)
tree3242752e3bca0c03000b039350a692ac2f3452b1 /indra/newview/llfloaterregioninfo.h
parent7aa7ee68387bf9393db023f6961340e8fa247bfb (diff)
STORM-1330 WIP Override region sun position when switching the region to fixed sky.
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index 6075842e76..810a71f463 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -328,10 +328,10 @@ public:
BOOL getGlobalTime();
void setGlobalTime(bool b);
- BOOL getFixedSun();
+ BOOL getFixedSun(); // *TODO: deprecated
- F32 getSunHour();
- void setSunHour(F32 sun_hour);
+ F32 getSunHour(); // *TODO: deprecated
+ void setSunHour(F32 sun_hour); // *TODO: deprecated
const std::string getEstateName() const;
void setEstateName(const std::string& name);
@@ -450,6 +450,8 @@ private:
void setApplyProgress(bool started);
void setDirty(bool dirty);
+ void sendRegionSunUpdate(F32 sun_angle);
+
void populateWaterPresetsList();
void populateSkyPresetsList();
void populateDayCyclesList();