summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2013-09-02 19:49:18 +0000
committerdumbbell <dumbbell@FreeBSD.org>2013-09-02 19:49:18 +0000
commitb4cbe1bfc4320320e6983f434cac3fc05a15a4a2 (patch)
tree6e875e5e21f9f20a02a284cfc68e3737928ee145
parentbc5fd7560b59fdb8569673b4c54ba5910c96327c (diff)
downloadFreeBSD-src-b4cbe1bfc4320320e6983f434cac3fc05a15a4a2.zip
FreeBSD-src-b4cbe1bfc4320320e6983f434cac3fc05a15a4a2.tar.gz
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...
-rw-r--r--sys/sys/mouse.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/mouse.h b/sys/sys/mouse.h
index 40c64d9..e03bc40 100644
--- a/sys/sys/mouse.h
+++ b/sys/sys/mouse.h
@@ -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 */
OpenPOWER on IntegriCloud