carbon2-commit: Modify X11 bgcolor fallback for the default face.

Didier Verna didier at lrde.epita.fr
Sun Feb 7 12:39:21 EST 2010


changeset:   4910:7ac51121843b
user:        Didier Verna <didier at lrde.epita.fr>
date:        Thu Jan 14 21:39:09 2010 +0100
files:       src/ChangeLog src/faces.c
description:
Modify X11 bgcolor fallback for the default face.


diff -r 1f3ed6288996 -r 7ac51121843b src/ChangeLog
--- a/src/ChangeLog	Thu Jan 14 06:08:55 2010 -0600
+++ b/src/ChangeLog	Thu Jan 14 21:39:09 2010 +0100
@@ -1,3 +1,8 @@
+2010-01-14  Didier Verna  <didier at xemacs.org>
+
+	* faces.c (complex_vars_of_faces): change X11 bgcolor fallback of
+	default face to match that of gui element face.
+
 2010-01-14  Ben Wing  <ben at xemacs.org>
 
 	* buffer.h:
diff -r 1f3ed6288996 -r 7ac51121843b src/faces.c
--- a/src/faces.c	Thu Jan 14 06:08:55 2010 -0600
+++ b/src/faces.c	Thu Jan 14 21:39:09 2010 +0100
@@ -2244,7 +2244,7 @@
 #endif
 #ifdef HAVE_X_WINDOWS
     fg_fb = acons (list1 (Qx), build_string ("black"), fg_fb);
-    bg_fb = acons (list1 (Qx), build_string ("white"), bg_fb);
+    bg_fb = acons (list1 (Qx), build_string ("gray80"), bg_fb);
 #endif
 #ifdef HAVE_TTY
     fg_fb = acons (list1 (Qtty), Fvector (0, 0), fg_fb);



More information about the XEmacs-Patches mailing list