Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2731a0ad
Commit
2731a0ad
authored
Mar 31, 2003
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation for --with-x=no.
parent
47103c77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/frame.c
src/frame.c
+5
-0
No files found.
src/frame.c
View file @
2731a0ad
...
...
@@ -51,6 +51,8 @@ Boston, MA 02111-1307, USA. */
#endif
#ifdef HAVE_WINDOW_SYSTEM
/* The name we're using in resource queries. Most often "emacs". */
Lisp_Object
Vx_resource_name
;
...
...
@@ -60,6 +62,7 @@ Lisp_Object Vx_resource_name;
Lisp_Object
Vx_resource_class
;
#endif
Lisp_Object
Qframep
,
Qframe_live_p
;
Lisp_Object
Qicon
,
Qmodeline
;
...
...
@@ -3987,6 +3990,7 @@ syms_of_frame ()
}
}
#ifdef HAVE_WINDOW_SYSTEM
DEFVAR_LISP
(
"x-resource-name"
,
&
Vx_resource_name
,
doc:
/* The name Emacs uses to look up X resources.
`x-get-resource' uses this as the first component of the instance name
...
...
@@ -4010,6 +4014,7 @@ Setting this variable permanently is not a reasonable thing to do,
but binding this variable locally around a call to `x-get-resource'
is a reasonable practice. See also the variable `x-resource-name'. */
);
Vx_resource_class
=
build_string
(
EMACS_CLASS
);
#endif
DEFVAR_LISP
(
"default-frame-alist"
,
&
Vdefault_frame_alist
,
doc:
/* Alist of default values for frame creation.
...
...
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