comparison src/faces.h @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c5d627a313b1
children c9fe270a4101
comparison
equal deleted inserted replaced
283:fa3d41851a08 284:558f606b08ae
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; 263 extern Lisp_Object Vtext_cursor_face, Vvertical_divider_face;
264 264
265 void mark_all_faces_as_clean (void); 265 void mark_all_faces_as_clean (void);
266 void init_frame_faces (struct frame *f); 266 void init_frame_faces (struct frame *f);
267 void init_device_faces (struct device *d); 267 void init_device_faces (struct device *d);
268 void init_global_faces (struct device *d); 268 void init_global_faces (struct device *d);