aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorjmarshallnz <jcmarsha@gmail.com>2014-06-13 09:03:07 +1200
committerjmarshallnz <jcmarsha@gmail.com>2014-06-13 09:03:07 +1200
commit65746489a78e4769b6731f6003a31d382cfc96f6 (patch)
tree5cf93ceeefbb9ce4fa40e0c90a7c4857f0df3278 /system
parent0f42b7a16b6b09772c365c41f99d0d92b8a8e27d (diff)
parent6f6bdd1b03bd0faa718665199031d737a880495b (diff)
Merge pull request #4894 from Memphiz/osxfakefullscreen
[osx] - only show the fake fullscreen option on snow leopard
Diffstat (limited to 'system')
-rw-r--r--system/settings/darwin_osx.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/settings/darwin_osx.xml b/system/settings/darwin_osx.xml
index 9a5538ba44..7ababf94b4 100644
--- a/system/settings/darwin_osx.xml
+++ b/system/settings/darwin_osx.xml
@@ -8,6 +8,13 @@
</setting>
</group>
</category>
+ <category id="videoscreen" label="21373" help="36603">
+ <group id="1">
+ <setting id="videoscreen.fakefullscreen" type="boolean" parent="videoscreen.screen" label="14083" help="36354">
+ <requirement>OsxIsSnowLeopard</requirement>
+ </setting>
+ </group>
+ </category>
</section>
</settings>