Mercurial > hg > xemacs-beta
comparison src/faces.c @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
2028 | 2028 |
2029 /* widget is another gui element */ | 2029 /* widget is another gui element */ |
2030 Vwidget_face = Fmake_face (Qwidget, | 2030 Vwidget_face = Fmake_face (Qwidget, |
2031 build_string ("widget face"), | 2031 build_string ("widget face"), |
2032 Qnil); | 2032 Qnil); |
2033 set_specifier_fallback (Fget (Vwidget_face, Qfont, Qunbound), | |
2034 Fget (Vgui_element_face, Qfont, Qunbound)); | |
2033 set_specifier_fallback (Fget (Vwidget_face, Qforeground, Qunbound), | 2035 set_specifier_fallback (Fget (Vwidget_face, Qforeground, Qunbound), |
2034 Fget (Vgui_element_face, Qforeground, Qunbound)); | 2036 Fget (Vgui_element_face, Qforeground, Qunbound)); |
2035 set_specifier_fallback (Fget (Vwidget_face, Qbackground, Qunbound), | 2037 set_specifier_fallback (Fget (Vwidget_face, Qbackground, Qunbound), |
2036 Fget (Vgui_element_face, Qbackground, Qunbound)); | 2038 Fget (Vgui_element_face, Qbackground, Qunbound)); |
2037 /* We don't want widgets to have a default background pixmap. */ | 2039 /* We don't want widgets to have a default background pixmap. */ |