aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-09-07 15:38:21 +0300
committerNatalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>2010-09-16 15:09:47 +0300
commitf29eab0246204bbbf17f605e2288d2f36177e508 (patch)
treef3719f2fc10eea1b3896c3d23da956f91d9ca6cc
parent1f032e1563a1016aeb5027871c9094977ac7b0d4 (diff)
Fixes: NB#190116 - enable switching to software rendering when minimizing the app
RevBy: TrustMe
-rw-r--r--src/data/meegotouch.schemas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/meegotouch.schemas b/src/data/meegotouch.schemas
index b4ca92df..9fdf9480 100644
--- a/src/data/meegotouch.schemas
+++ b/src/data/meegotouch.schemas
@@ -82,7 +82,7 @@
<applyto>/meegotouch/debug/minimized_software_switch</applyto>
<owner>libmeegotouch</owner>
<type>bool</type>
- <default>false</default>
+ <default>true</default>
<locale name="C">
<short>Switch to software rendering for minimized applications.</short>
<long>An OpenGL context needs a lot of memory. When this option is enabled aplications using OpenGL rendering will destroy the OpenGL context when they are minimized.</long>