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
9e511e9c
Commit
9e511e9c
authored
May 15, 2007
by
Jason Rumney
Browse files
(w32_console_read_socket): Make first arg a frame.
parent
1c30a66f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/w32inevt.c
src/w32inevt.c
+3
-1
src/w32inevt.h
src/w32inevt.h
+1
-1
No files found.
src/w32inevt.c
View file @
9e511e9c
...
...
@@ -643,7 +643,9 @@ maybe_generate_resize_event ()
}
int
w32_console_read_socket
(
int
sd
,
int
expected
,
struct
input_event
*
hold_quit
)
w32_console_read_socket
(
struct
terminal
*
terminal
,
int
expected
,
struct
input_event
*
hold_quit
)
{
BOOL
no_events
=
TRUE
;
int
nev
,
ret
=
0
,
add
;
...
...
src/w32inevt.h
View file @
9e511e9c
...
...
@@ -22,7 +22,7 @@ Boston, MA 02110-1301, USA. */
#ifndef EMACS_W32INEVT_H
#define EMACS_W32INEVT_H
extern
int
w32_console_read_socket
(
int
sd
,
int
numchars
,
extern
int
w32_console_read_socket
(
struct
terminal
*
term
,
int
numchars
,
struct
input_event
*
hold_quit
);
extern
void
w32_console_mouse_position
(
FRAME_PTR
*
f
,
int
insist
,
Lisp_Object
*
bar_window
,
...
...
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