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:
dumbbell 2013-09-02 19:49:18 +00:00
parent bc5fd7560b
commit b4cbe1bfc4

View File

@ -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 */