~fboucault/unity-2d/dash_default_resuts_non_empty

« back to all changes in this revision

Viewing changes to data/com.canonical.Unity2d.gschema.xml

  • Committer: Tarmac
  • Author(s): Alberto Mardegan
  • Date: 2011-09-08 10:24:19 UTC
  • mfrom: (699.2.1 conf-opengl)
  • Revision ID: tarmac-20110908102419-ofqes61i3u3yh79c
[launcher, dash, workspace switcher] Added a configuration key to enable QML's OpenGL backend

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<schemalist>
 
2
  <schema path="/com/canonical/unity-2d/" id="com.canonical.Unity2d" gettext-domain="unity-2d">
 
3
    <key type="b" name="use-opengl">
 
4
      <default>false</default>
 
5
      <summary>Use OpenGL viewport.</summary>
 
6
      <description>
 
7
        Whether to render the graphics into an OpenGL viewport.
 
8
        When set to false, the raster engine is used.
 
9
      </description>
 
10
    </key>
 
11
  </schema>
2
12
  <schema path="/com/canonical/unity-2d/launcher/" id="com.canonical.Unity2d.Launcher" gettext-domain="unity-2d">
3
13
    <key type="b" name="super-key-enable">
4
14
      <default>true</default>