Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b10fd412
Commit
b10fd412
authored
Feb 22, 1993
by
Jim Blandy
Browse files
* xterm.c (XTread_socket): Pass the proper number of arguments to
construct_mouse_click.
parent
3d5d61ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xterm.c
View file @
b10fd412
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment