[gnome-settings-daemon] wacom: add 'display' key to schema



commit eb8ee186b2fb5a5678cc976a9a6276b94a7eb6ba
Author: Jason Gerecke <killertofu gmail com>
Date:   Thu Jan 5 08:55:26 2012 -0800

    wacom: add 'display' key to schema
    
    Adds a new 'display' key to the Wacom schema which shall be used
    to store EDID information about the display the tablet should be
    mapped to. It should contain the data [vendor, product, serial]
    if an output is set or ["", "", ""] otherwise.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657423

 ...ings-daemon.peripherals.wacom.gschema.xml.in.in |    5 +++++
 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 f115663..f77c2d3 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
@@ -41,6 +41,11 @@
       <_summary>Wacom tablet PC feature</_summary>
       <_description>Enable this to only report stylus events when the tip is pressed.</_description>
     </key>
+    <key name="display" type="as">
+      <default>["", "", ""]</default>
+      <_summary>Wacom display mapping</_summary>
+      <_description>EDID information of monitor to map tablet to. Must be in the format [vendor, product, serial]. ["","",""] disables mapping.</_description>
+    </key>
     <!-- Applies only to the PAD tool -->
     <key name="pad-buttonmapping" type="ai">
       <default>[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]</default>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]