summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
diff options
context:
space:
mode:
authorJoaquim Rocha <jrocha@redhat.com>2013-04-19 16:29:32 +0200
committerBastien Nocera <hadess@hadess.net>2013-05-16 10:40:07 +0200
commitcb862d5d82637d7ce35ba8f0ce33e36b64a3b28c (patch)
tree66f5959cbc01f04842f95038fcbcfc1817baa716 /data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
parent890f1e3662e1b5687baf7063aeac9eafad8158f3 (diff)
downloadgnome-settings-daemon-cb862d5d82637d7ce35ba8f0ce33e36b64a3b28c.tar.gz
wacom: Warn when screen has changed and calibration is needed
When the screen resolution changes and the last known calibrated resolution doesn't match the new one, a notification is shown with an action to trigger the calibration immediately. https://bugzilla.gnome.org/show_bug.cgi?id=677095
Diffstat (limited to 'data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
index 721d5304..a10e0699 100644
--- a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
@@ -46,6 +46,11 @@
<_summary>Wacom tablet PC feature</_summary>
<_description>Enable this to only report stylus events when the tip is pressed.</_description>
</key>
+ <key name="last-calibrated-resolution" type="(ii)">
+ <default>(-1, -1)</default>
+ <_summary>Wacom last calibrated resolution</_summary>
+ <_description>Holds the last calibrated resolution to help check if calibration is needed.</_description>
+ </key>
<key name="display" type="as">
<default>["", "", ""]</default>
<_summary>Wacom display mapping</_summary>