summaryrefslogtreecommitdiff
path: root/data/schemas/org.gnome.metacity.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/schemas/org.gnome.metacity.gschema.xml')
-rw-r--r--data/schemas/org.gnome.metacity.gschema.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/schemas/org.gnome.metacity.gschema.xml b/data/schemas/org.gnome.metacity.gschema.xml
index 7357f7c7..c55d9727 100644
--- a/data/schemas/org.gnome.metacity.gschema.xml
+++ b/data/schemas/org.gnome.metacity.gschema.xml
@@ -23,6 +23,17 @@
<summary>Compositing Manager</summary>
<description>
Determines whether Metacity is a compositing manager.
+
+ DEPRECATED: This key is deprecated, use the “compositor” instead.
+ </description>
+ </key>
+
+ <key name="compositor" enum="org.gnome.metacity.MetaCompositorType">
+ <default>'xrender'</default>
+ <summary>Compositor</summary>
+ <description>
+ Compositor that Metacity will use for compositing. Possible values
+ are “none” and “xrender”.
</description>
</key>