comparison src/faces.c @ 4931:8a08cf0b7583

merge
author Ben Wing <ben@xemacs.org>
date Thu, 21 Jan 2010 00:46:37 -0600
parents 7ac51121843b
children 6ef8256a020a 19a72041c5ed
comparison
equal deleted inserted replaced
4930:9f04877ce07e 4931:8a08cf0b7583
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