Mercurial > hg > xemacs-beta
comparison src/faces.h @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | 558f606b08ae |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
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 | 265 |
265 void mark_all_faces_as_clean (void); | 266 void mark_all_faces_as_clean (void); |
266 void init_frame_faces (struct frame *f); | 267 void init_frame_faces (struct frame *f); |
267 void init_device_faces (struct device *d); | 268 void init_device_faces (struct device *d); |
268 void init_global_faces (struct device *d); | 269 void init_global_faces (struct device *d); |