comparison src/dispextern.h @ 58442:9c22abc6e9bd

(lookup_named_face): Fix prototype.
author Kim F. Storm <storm@cua.dk>
date Mon, 22 Nov 2004 23:26:26 +0000
parents 11be17ba7a64
children be0cfc84ea0f
comparison
equal deleted inserted replaced
58441:9b7ff064cb26 58442:9c22abc6e9bd
2737 int face_font_available_p P_ ((struct frame *, Lisp_Object)); 2737 int face_font_available_p P_ ((struct frame *, Lisp_Object));
2738 int ascii_face_of_lisp_face P_ ((struct frame *, int)); 2738 int ascii_face_of_lisp_face P_ ((struct frame *, int));
2739 void prepare_face_for_display P_ ((struct frame *, struct face *)); 2739 void prepare_face_for_display P_ ((struct frame *, struct face *));
2740 int xstricmp P_ ((const unsigned char *, const unsigned char *)); 2740 int xstricmp P_ ((const unsigned char *, const unsigned char *));
2741 int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); 2741 int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
2742 int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); 2742 int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int));
2743 int smaller_face P_ ((struct frame *, int, int)); 2743 int smaller_face P_ ((struct frame *, int, int));
2744 int face_with_height P_ ((struct frame *, int, int)); 2744 int face_with_height P_ ((struct frame *, int, int));
2745 int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); 2745 int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int));
2746 void init_frame_faces P_ ((struct frame *)); 2746 void init_frame_faces P_ ((struct frame *));
2747 void free_frame_faces P_ ((struct frame *)); 2747 void free_frame_faces P_ ((struct frame *));