diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterwindlight.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterwindlight.h b/linden/indra/newview/llfloaterwindlight.h index b9e5311..24b0e87 100644 --- a/linden/indra/newview/llfloaterwindlight.h +++ b/linden/indra/newview/llfloaterwindlight.h | |||
@@ -118,6 +118,10 @@ public: | |||
118 | static void onCloudScrollXToggled(LLUICtrl* ctrl, void* userData); | 118 | static void onCloudScrollXToggled(LLUICtrl* ctrl, void* userData); |
119 | static void onCloudScrollYToggled(LLUICtrl* ctrl, void* userData); | 119 | static void onCloudScrollYToggled(LLUICtrl* ctrl, void* userData); |
120 | 120 | ||
121 | static void onCloudDrawToggled(LLUICtrl* ctrl, void* userData); | ||
122 | static void onCloudHeightMoved(LLUICtrl* ctrl, void* userData); | ||
123 | static void onCloudRangeMoved(LLUICtrl* ctrl, void* userData); | ||
124 | |||
121 | //// menu management | 125 | //// menu management |
122 | 126 | ||
123 | /// show off our menu | 127 | /// show off our menu |