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...
This commit is contained in:
parent
bc5fd7560b
commit
b4cbe1bfc4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user