summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-08-01 17:26:57 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-12-06 16:53:17 +0100
commitbbeb97900cbac8438341a92f11c6cc8340c014f2 (patch)
tree0e9c5c47bf69097ec2df5ad33d902e6616ca4a61 /data
parent50de828e14177579ff43ce650b9370d6a98bc1f0 (diff)
downloadgnome-settings-daemon-bbeb97900cbac8438341a92f11c6cc8340c014f2.tar.gz
wacom: Migrate 'display' setting to 'output' for opaque tablets
Display mapping is user-settable on opaque tablets, thus it makes sense to migrate this setting to the new one. For other tablets, heuristics should apply, which is the behavior expected from the unset key.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in
index 52d8c727..f6874962 100644
--- a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in
+++ b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in
@@ -89,4 +89,9 @@
<description>Label will be rendered to OLED display belonging to the button</description>
</key>
</schema>
+ <schema id="org.gnome.desktop.peripherals.tablet.deprecated">
+ <key name="display" type="as">
+ <default>["", "", ""]</default>
+ </key>
+ </schema>
</schemalist>