summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorLinden Staff@LINDEN-E5E9EA17.lindenlab.com <Linden Staff@LINDEN-E5E9EA17.lindenlab.com>2011-03-30 16:20:59 -0700
committerLinden Staff@LINDEN-E5E9EA17.lindenlab.com <Linden Staff@LINDEN-E5E9EA17.lindenlab.com>2011-03-30 16:20:59 -0700
commitdfb243cd953423e69afb0e9ea48efc9047226763 (patch)
treee55edc129ab51a12428c867a82f5ad4b2fd2b5c8 /indra/newview/llappviewer.h
parent84b179b0bf254ae039dfdba330d25ac2df1c0a67 (diff)
SOCIAL-853 FIX As a new user, I would like Second Life to start up with a maximized window to fully immerse myself in the experience
* Added virtual meetsRequirementsForMaximizedStart() function to determine whether or not to start the initial experience in a maximized window Reviewed by Richard
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 0226211735..61ee6a7cf1 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -187,6 +187,7 @@ protected:
virtual std::string generateSerialNumber() = 0; // Platforms specific classes generate this.
+ virtual bool meetsRequirementsForMaximizedStart(); // Used on first login to decide to launch maximized
private: