diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-07-01 19:03:31 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-07-01 19:03:31 -0400 |
commit | 8b3cd39a45e288b8383a5e7953f68458637cb719 (patch) | |
tree | c96e28df4ca81d65e8982245f1c1327d488de511 /indra/newview/llviewerwindow.h | |
parent | f94d959e84cdcc552f6f5a39ee08a85c1e52d858 (diff) | |
parent | 7e35f971442e5667c0f8732db31a8b8189f0f9f4 (diff) |
Merged in windows LL_COMMON_API dll linkage fixes.
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index eae1bf0343..b729889631 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -50,6 +50,7 @@ #include "llnotifications.h" #include "llmousehandler.h" #include "llcursortypes.h" +#include <boost/scoped_ptr.hpp> class LLView; class LLViewerObject; @@ -62,6 +63,7 @@ class LLImageRaw; class LLHUDIcon; class LLWindow; class LLRootView; +class LLViewerWindowListener; #define PICK_HALF_WIDTH 5 #define PICK_DIAMETER (2 * PICK_HALF_WIDTH + 1) @@ -450,6 +452,8 @@ protected: bool mIsFullscreenChecked; // Did the user check the fullscreen checkbox in the display settings U32 mCurrResolutionIndex; + boost::scoped_ptr<LLViewerWindowListener> mViewerWindowListener; + protected: static std::string sSnapshotBaseName; static std::string sSnapshotDir; |