(struct input_event): FIx typo in previous change.
This commit is contained in:
parent
66fceb6578
commit
9257d3746e
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ struct input_event {
|
|||
|
||||
/* For an ascii_keystroke, this is the character.
|
||||
For a non_ascii_keystroke, this is the keysym code.
|
||||
For a mouse event, this is the button number.
|
||||
For a mouse event, this is the button number. */
|
||||
int code;
|
||||
enum scroll_bar_part part;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue