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/app_settings/cmd_line.xml | |
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/app_settings/cmd_line.xml')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 962c4e9d36..aa2f1c41d2 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -391,5 +391,13 @@ <string>CrashOnStartup</string> </map> + <key>fullscreen</key> + <map> + <key>desc</key> + <string>Force full screen mode</string> + <key>map-to</key> + <string>WindowFullScreen</string> + </map> + </map> </llsd> |