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

X Strike Force X.Org X11 SVN commit: r350 - in trunk/debian: . local



Author: dnusinow
Date: 2005-07-15 16:25:08 -0500 (Fri, 15 Jul 2005)
New Revision: 350

Modified:
   trunk/debian/changelog
   trunk/debian/local/dexconf
Log:
- dexconf fix for 3 button mouse emulation. Thanks David Mart?\195?\173nez Moreno;
  Closes: #318092


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-15 19:49:57 UTC (rev 349)
+++ trunk/debian/changelog	2005-07-15 21:25:08 UTC (rev 350)
@@ -12,6 +12,8 @@
      - Add 030_libvgahw_gcc4_volatile_fix.diff to work around libvgahw.a gcc4
        breakages. Thanks David Martínez Moreno and Paul Hampson.
        Closes: #318218, #318231, #318271, #318405
+     - dexconf fix for 3 button mouse emulation. Thanks David Martínez Moreno;
+       Closes: #318092
 
    * Changes by Daniel Stone:
      - Fix S/390 build by bringing MANIFEST and *.install.s390 files up to

Modified: trunk/debian/local/dexconf
===================================================================
--- trunk/debian/local/dexconf	2005-07-15 19:49:57 UTC (rev 349)
+++ trunk/debian/local/dexconf	2005-07-15 21:25:08 UTC (rev 350)
@@ -322,6 +322,8 @@
 fetch $TEMPLATE_BASE/config/inputdevice/mouse/emulate3buttons
 if [ "$RET" = "true" ]; then
   DO_EMULATE3BUTTONS=true
+elif [ "$RET" = "false" ]; then
+  DO_EMULATE3BUTTONS=false
 fi
 fetch $TEMPLATE_BASE/config/inputdevice/mouse/zaxismapping
 if [ "$RET" = "true" ]; then
@@ -338,7 +340,7 @@
 	Option		"Protocol"		"$MOUSE_PROTOCOL"
 SECTION
 if [ -n "$DO_EMULATE3BUTTONS" ]; then
-  printf "\tOption\t\t\"Emulate3Buttons\"\t\"true\"\n" >&4
+  printf "\tOption\t\t\"Emulate3Buttons\"\t\"$DO_EMULATE3BUTTONS\"\n" >&4
 fi
 if [ -n "$DO_ZAXISMAPPING" ]; then
   printf "\tOption\t\t\"ZAxisMapping\"\t\t\"4 5\"\n" >&4



Reply to: