]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_initialize) [USE_X_TOOLKIT]: Set fallback resources.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:35:48 +0000 (13:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:35:48 +0000 (13:35 +0000)
src/xterm.c

index 534a27b72374f87d02be313dbcca8ed5285da4e9..d78bdd500710e6cae057134a08f844fdf6cb58bc 100644 (file)
@@ -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