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
665881ad
Commit
665881ad
authored
Jul 07, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_initialize) [USE_X_TOOLKIT]: Set fallback resources.
parent
86bee31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/xterm.c
src/xterm.c
+6
-0
No files found.
src/xterm.c
View file @
665881ad
...
...
@@ -125,6 +125,11 @@ struct frame *pending_autoraise_frame;
#ifdef USE_X_TOOLKIT
/* The application context for Xt use. */
XtAppContext
Xt_app_con
;
static
String
Xt_default_resources
[]
=
{
0
};
#endif
/* During an update, maximum vpos for ins/del line operations to affect. */
...
...
@@ -6038,6 +6043,7 @@ x_initialize ()
#ifdef USE_X_TOOLKIT
XtToolkitInitialize
();
Xt_app_con
=
XtCreateApplicationContext
();
XtAppSetFallbackResources
(
Xt_app_con
,
Xt_default_resources
);
#endif
/* Note that there is no real way portable across R3/R4 to get the
...
...
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