svn commit: r255154 - head/sys/sys

Jean-Sebastien Pedron dumbbell at FreeBSD.org
Mon Sep 2 19:49:19 UTC 2013


Author: dumbbell
Date: Mon Sep  2 19:49:18 2013
New Revision: 255154
URL: http://svnweb.freebsd.org/changeset/base/255154

Log:
  sys/mouse.h: Move members introduced in r255153 to end of struct synapticshw
  
  I didn't know this structure was public and didn't pay enough attention...

Modified:
  head/sys/sys/mouse.h

Modified: head/sys/sys/mouse.h
==============================================================================
--- head/sys/sys/mouse.h	Mon Sep  2 19:15:20 2013	(r255153)
+++ head/sys/sys/mouse.h	Mon Sep  2 19:49:18 2013	(r255154)
@@ -101,15 +101,15 @@ typedef struct synapticshw {
 	int capPen;
 	int infoSimplC;
 	int infoGeometry;
-	int nExtendedButtons;
 	int capExtended;
-	int nExtendedQueries;
-	int capMiddle;
-	int capPassthrough;
 	int capSleep;
 	int capFourButtons;
 	int capMultiFinger;
 	int capPalmDetect;
+	int capPassthrough;
+	int capMiddle;
+	int nExtendedButtons;
+	int nExtendedQueries;
 } synapticshw_t;
 
 /* iftype */


More information about the svn-src-head mailing list