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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"