Mercurial > hg > xemacs-beta
comparison src/faces.h @ 384:bbff43aa5eb7 r21-2-7
Import from CVS: tag r21-2-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:08:24 +0200 |
parents | 8626e4521993 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
383:6a50c6a581a5 | 384:bbff43aa5eb7 |
---|---|
258 EXFUN (Ffind_face, 1); | 258 EXFUN (Ffind_face, 1); |
259 EXFUN (Fget_face, 1); | 259 EXFUN (Fget_face, 1); |
260 | 260 |
261 extern Lisp_Object Qstrikethru, Vbuilt_in_face_specifiers, Vdefault_face; | 261 extern Lisp_Object Qstrikethru, Vbuilt_in_face_specifiers, Vdefault_face; |
262 extern Lisp_Object Vleft_margin_face, Vpointer_face, Vright_margin_face; | 262 extern Lisp_Object Vleft_margin_face, Vpointer_face, Vright_margin_face; |
263 extern Lisp_Object Vtext_cursor_face, Vvertical_divider_face; | 263 extern Lisp_Object Vtext_cursor_face, Vvertical_divider_face; |
264 extern Lisp_Object Vtoolbar_face, Vgui_element_face; | 264 extern Lisp_Object Vtoolbar_face, Vgui_element_face, Vwidget_face; |
265 | 265 |
266 void mark_all_faces_as_clean (void); | 266 void mark_all_faces_as_clean (void); |
267 void init_frame_faces (struct frame *f); | 267 void init_frame_faces (struct frame *f); |
268 void init_device_faces (struct device *d); | 268 void init_device_faces (struct device *d); |
269 void init_global_faces (struct device *d); | 269 void init_global_faces (struct device *d); |