comparison src/faces.h @ 432:3a7e78e1142d r21-2-24

Import from CVS: tag r21-2-24
author cvs
date Mon, 13 Aug 2007 11:29:58 +0200
parents 3ecd8885ac67
children 8de8e3f6228a
comparison
equal deleted inserted replaced
431:a97165e56215 432:3a7e78e1142d
256 EXFUN (Ffind_face, 1); 256 EXFUN (Ffind_face, 1);
257 EXFUN (Fget_face, 1); 257 EXFUN (Fget_face, 1);
258 258
259 extern Lisp_Object Qstrikethru, Vbuilt_in_face_specifiers, Vdefault_face; 259 extern Lisp_Object Qstrikethru, Vbuilt_in_face_specifiers, Vdefault_face;
260 extern Lisp_Object Vleft_margin_face, Vpointer_face, Vright_margin_face; 260 extern Lisp_Object Vleft_margin_face, Vpointer_face, Vright_margin_face;
261 extern Lisp_Object Vtext_cursor_face, Vvertical_divider_face; 261 extern Lisp_Object Vtext_cursor_face, Vvertical_divider_face;
262 extern Lisp_Object Vtoolbar_face, Vgui_element_face, Vwidget_face; 262 extern Lisp_Object Vtoolbar_face, Vgui_element_face, Vwidget_face;
263 263
264 void mark_all_faces_as_clean (void); 264 void mark_all_faces_as_clean (void);
265 void init_frame_faces (struct frame *f); 265 void init_frame_faces (struct frame *f);
266 void init_device_faces (struct device *d); 266 void init_device_faces (struct device *d);