Don't set button event modifiers twice on Haiku
* src/haikuterm.c (haiku_read_socket): Simplify.
This commit is contained in:
parent
8aea4721d9
commit
9d8a2832e8
1 changed files with 0 additions and 3 deletions
|
@ -2858,9 +2858,6 @@ haiku_read_socket (struct terminal *terminal, struct input_event *hold_quit)
|
|||
inev.arg = tab_bar_arg;
|
||||
inev.code = b->btn_no;
|
||||
|
||||
inev.modifiers |= type == BUTTON_UP ?
|
||||
up_modifier : down_modifier;
|
||||
|
||||
XSETINT (inev.x, b->x);
|
||||
XSETINT (inev.y, b->y);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue