From f332eaa4a69a4546e0b9b2ba3719e3c038731fd3 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 10 Sep 2009 21:43:11 -0700 Subject: Created new toolbar control for windlight presets and options --- linden/indra/newview/lloverlaybar.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/lloverlaybar.h') diff --git a/linden/indra/newview/lloverlaybar.h b/linden/indra/newview/lloverlaybar.h index 52a469a..140fabf 100644 --- a/linden/indra/newview/lloverlaybar.h +++ b/linden/indra/newview/lloverlaybar.h @@ -40,6 +40,7 @@ extern S32 STATUS_BAR_HEIGHT; class LLButton; class LLLineEditor; class LLMediaRemoteCtrl; + class LLMessageSystem; class LLTextBox; class LLTextEditor; @@ -49,6 +50,7 @@ class LLFrameTimer; class LLStatGraph; class LLSlider; class LLVoiceRemoteCtrl; +class LLWindlightRemoteCtrl; class LLOverlayBar : public LLPanel @@ -88,13 +90,15 @@ public: protected: static void* createMediaRemote(void* userdata); static void* createVoiceRemote(void* userdata); + static void* createWindlightRemote(void* userdata); static void* createChatBar(void* userdata); void enableMediaButtons(); protected: - LLMediaRemoteCtrl* mMediaRemote; - LLVoiceRemoteCtrl* mVoiceRemote; + LLMediaRemoteCtrl* mMediaRemote; + LLVoiceRemoteCtrl* mVoiceRemote; + LLWindlightRemoteCtrl* mWindlightRemote; bool mBuilt; // dialog constructed yet? S32 mMusicState; std::string mOriginalIMLabel; -- cgit v1.1