diff options
author | callum <none@none> | 2010-09-28 16:52:56 -0700 |
---|---|---|
committer | callum <none@none> | 2010-09-28 16:52:56 -0700 |
commit | 95ecad54c6f037910a5a22f7ef30026cf628fe80 (patch) | |
tree | ca8055be7f79fea005360306f2dda3ecce79a739 /indra/newview/llappviewer.cpp | |
parent | 594a115c92a84c90d1dbcc393b2ee7a189644f5f (diff) |
EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as per 1.x viewer.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 02a8c3e674..956f67df86 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2386,7 +2386,7 @@ bool LLAppViewer::initWindow() VIEWER_WINDOW_CLASSNAME, gSavedSettings.getS32("WindowX"), gSavedSettings.getS32("WindowY"), gSavedSettings.getS32("WindowWidth"), gSavedSettings.getS32("WindowHeight"), - FALSE, ignorePixelDepth); + gSavedSettings.getBOOL("WindowFullScreen"), ignorePixelDepth); // Need to load feature table before cheking to start watchdog. const S32 NEVER_SUBMIT_REPORT = 2; |