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
4846819e
Commit
4846819e
authored
Jun 15, 1994
by
Richard M. Stallman
Browse files
Put stdio.h after config.h.
(XTread_socket): Use x_top_window_to_frame in prev change.
parent
5cb0a75a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/xterm.c
src/xterm.c
+4
-3
No files found.
src/xterm.c
View file @
4846819e
...
...
@@ -22,11 +22,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* On 4.3 these lose if they come after xterm.h. */
/* On HP-UX 8.0 signal.h loses if it comes after config.h. */
/* Putting these at the beginning seems to be standard for other .c files. */
#include <stdio.h>
#include <signal.h>
#include <config.h>
#include <stdio.h>
/* Need syssignal.h for various externs and definitions that may be required
by some configurations for calls to signal later in this source file. */
#include "syssignal.h"
...
...
@@ -3446,8 +3447,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
{
/* This is just so we only give real data once
for a single Emacs process. */
if
(
event
.
xclient
.
window
==
FRAME_X_WINDOW
(
selected_frame
)
)
if
(
x_top_window_to_frame
(
event
.
xclient
.
window
)
==
selected_frame
)
XSetCommand
(
x_current_display
,
event
.
xclient
.
window
,
initial_argv
,
initial_argc
);
...
...
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