[gnome-settings-daemon/gnome-3-2] wacom: Set cursor devices to be in relative mode by default



commit f97342432b7fbe2c744930a08e0c5643a083443a
Author: Jason Gerecke <killertofu gmail com>
Date:   Fri Oct 28 14:53:55 2011 -0700

    wacom: Set cursor devices to be in relative mode by default
    
    The xf86-input-wacom driver sets up cursor devices to be in relative
    mode by default. This patch modifies the default for G-S-D to match.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662977

 ...ings-daemon.peripherals.wacom.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 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 1fd837c..1ee55b0 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
@@ -89,7 +89,7 @@
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.cursor" path="/org/gnome/settings-daemon/peripherals/wacom/cursor/">
     <key name="is-absolute" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Wacom cursor absolute mode</_summary>
       <_description>Enable this to set the cursor to absolute mode.</_description>
     </key>



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