Mercurial > hg > xemacs-beta
comparison src/faces.h @ 269:b2472a1930f2 r20-5b33
Import from CVS: tag r20-5b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:27:19 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
268:6ced69ccd85f | 269:b2472a1930f2 |
---|---|
269 void default_face_font_info (Lisp_Object domain, int *ascent, | 269 void default_face_font_info (Lisp_Object domain, int *ascent, |
270 int *descent, int *height, int *width, | 270 int *descent, int *height, int *width, |
271 int *proportional_p); | 271 int *proportional_p); |
272 void default_face_height_and_width (Lisp_Object domain, | 272 void default_face_height_and_width (Lisp_Object domain, |
273 int *height, int *width); | 273 int *height, int *width); |
274 void default_face_height_and_width_1 (Lisp_Object domain, | |
275 int *height, int *width); | |
274 | 276 |
275 extern Lisp_Object Qforeground, Qbackground, Qfont, Qdisplay_table; | 277 extern Lisp_Object Qforeground, Qbackground, Qfont, Qdisplay_table; |
276 extern Lisp_Object Qbackground_pixmap, Qunderline, Qhighlight, Qdim; | 278 extern Lisp_Object Qbackground_pixmap, Qunderline, Qhighlight, Qdim; |
277 extern Lisp_Object Qstrikethru,Qblinking, Qreverse; | 279 extern Lisp_Object Qstrikethru,Qblinking, Qreverse; |
278 | 280 |