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
6d55d620
Commit
6d55d620
authored
Apr 29, 1998
by
Geoff Voelker
Browse files
Conditionally include xterm.h using HAVE_X_WINDOWS.
parent
05102411
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
src/frame.c
src/frame.c
+2
-0
src/window.c
src/window.c
+1
-1
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/frame.c
View file @
6d55d620
...
...
@@ -28,6 +28,8 @@ Boston, MA 02111-1307, USA. */
#include "charset.h"
#ifdef HAVE_WINDOW_SYSTEM
#include "fontset.h"
#endif
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif
#include "frame.h"
...
...
src/window.c
View file @
6d55d620
...
...
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "keyboard.h"
#include "blockinput.h"
#include "dispextern.h"
#ifdef HAVE_WINDOW
_SYSTEM
#ifdef HAVE_
X_
WINDOW
S
#include "xterm.h"
#endif
...
...
src/xdisp.c
View file @
6d55d620
...
...
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
#include "process.h"
#include "region-cache.h"
#ifdef HAVE_WINDOW
_SYSTEM
#ifdef HAVE_
X_
WINDOW
S
#include "xterm.h"
#endif
...
...
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