Mercurial > hg > xemacs-beta
comparison src/faces.c @ 4862:7ac51121843b
Modify X11 bgcolor fallback for the default face.
author | Didier Verna <didier@lrde.epita.fr> |
---|---|
date | Thu, 14 Jan 2010 21:39:09 +0100 |
parents | 91b3d00e717f |
children | 6ef8256a020a 19a72041c5ed |
comparison
equal
deleted
inserted
replaced
4861:1f3ed6288996 | 4862:7ac51121843b |
---|---|
2242 fg_fb = acons (list1 (Qgtk), build_string ("black"), fg_fb); | 2242 fg_fb = acons (list1 (Qgtk), build_string ("black"), fg_fb); |
2243 bg_fb = acons (list1 (Qgtk), build_string ("white"), bg_fb); | 2243 bg_fb = acons (list1 (Qgtk), build_string ("white"), bg_fb); |
2244 #endif | 2244 #endif |
2245 #ifdef HAVE_X_WINDOWS | 2245 #ifdef HAVE_X_WINDOWS |
2246 fg_fb = acons (list1 (Qx), build_string ("black"), fg_fb); | 2246 fg_fb = acons (list1 (Qx), build_string ("black"), fg_fb); |
2247 bg_fb = acons (list1 (Qx), build_string ("white"), bg_fb); | 2247 bg_fb = acons (list1 (Qx), build_string ("gray80"), bg_fb); |
2248 #endif | 2248 #endif |
2249 #ifdef HAVE_TTY | 2249 #ifdef HAVE_TTY |
2250 fg_fb = acons (list1 (Qtty), Fvector (0, 0), fg_fb); | 2250 fg_fb = acons (list1 (Qtty), Fvector (0, 0), fg_fb); |
2251 bg_fb = acons (list1 (Qtty), Fvector (0, 0), bg_fb); | 2251 bg_fb = acons (list1 (Qtty), Fvector (0, 0), bg_fb); |
2252 #endif | 2252 #endif |