mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
* xterm.c (XTread_socket): Pass the proper number of arguments to
construct_mouse_click.
This commit is contained in:
parent
3d5d61aef4
commit
b10fd412fc
@ -2955,7 +2955,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
|
||||
{
|
||||
if (!x_focus_frame || (f == x_focus_frame))
|
||||
construct_mouse_click (&emacs_event,
|
||||
&event, f, Qnil, 0);
|
||||
&event, f);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user