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
75cc8ee5
Commit
75cc8ee5
authored
Jun 05, 1994
by
Richard M. Stallman
Browse files
(using_x_p): New function.
parent
588064ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/xfns.c
src/xfns.c
+8
-0
No files found.
src/xfns.c
View file @
75cc8ee5
...
...
@@ -249,6 +249,14 @@ check_x ()
error
(
"X windows are not in use or not initialized"
);
}
/* Nonzero if using X for display. */
int
using_x_p
()
{
return
x_current_display
!=
0
;
}
/* Return the Emacs frame-object corresponding to an X window.
It could be the frame's main window or an icon 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