Spelling police: extention -> extension in a comment.
This commit is contained in:
parent
ffb9c240d7
commit
4c9cf96ea0
@ -196,11 +196,11 @@ typedef struct mousevar {
|
||||
/* Logitech MouseMan data packet (M+ protocol) */
|
||||
#define MOUSE_LMAN_BUTTON2DOWN 0x20 /* middle button, the 4th byte */
|
||||
|
||||
/* ALPS GlidePoint extention (variant of M+ protocol) */
|
||||
/* ALPS GlidePoint extension (variant of M+ protocol) */
|
||||
#define MOUSE_ALPS_BUTTON2DOWN 0x20 /* middle button, the 4th byte */
|
||||
#define MOUSE_ALPS_TAP 0x10 /* `tapping' action, the 4th byte */
|
||||
|
||||
/* Kinsington Thinking Mouse extention (variant of M+ protocol) */
|
||||
/* Kinsington Thinking Mouse extension (variant of M+ protocol) */
|
||||
#define MOUSE_THINK_BUTTON2DOWN 0x20 /* lower-left button, the 4th byte */
|
||||
#define MOUSE_THINK_BUTTON4DOWN 0x10 /* lower-right button, the 4th byte */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user