comparison src/dispextern.h @ 53352:958aea5e5a05

(face_font_available_p): Extern it.
author Kenichi Handa <handa@m17n.org>
date Mon, 29 Dec 2003 06:53:28 +0000
parents dc1470f3ebd7
children b37377020fd4 3b1f99f17618
comparison
equal deleted inserted replaced
53351:d3b9902eacfe 53352:958aea5e5a05
2580 Lisp_Object tty_color_name P_ ((struct frame *, int)); 2580 Lisp_Object tty_color_name P_ ((struct frame *, int));
2581 void clear_face_cache P_ ((int)); 2581 void clear_face_cache P_ ((int));
2582 unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, 2582 unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object,
2583 enum lface_attribute_index)); 2583 enum lface_attribute_index));
2584 void unload_color P_ ((struct frame *, unsigned long)); 2584 void unload_color P_ ((struct frame *, unsigned long));
2585 int face_font_available_p P_ ((struct frame *, Lisp_Object));
2585 int ascii_face_of_lisp_face P_ ((struct frame *, int)); 2586 int ascii_face_of_lisp_face P_ ((struct frame *, int));
2586 void prepare_face_for_display P_ ((struct frame *, struct face *)); 2587 void prepare_face_for_display P_ ((struct frame *, struct face *));
2587 int xstricmp P_ ((const unsigned char *, const unsigned char *)); 2588 int xstricmp P_ ((const unsigned char *, const unsigned char *));
2588 int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); 2589 int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
2589 int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); 2590 int lookup_named_face P_ ((struct frame *, Lisp_Object, int));