comparison src/dispextern.h @ 90128:13796b0653c7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 192-205) - Update from CVS - Use gdb-ui breakpoint faces on ttys too - Tweak gdb-ui breakpoint faces - Tweak info/.arch-inventory to identify info/.cvsignore as source - Clean up gdb-ui breakpoint faces
author Miles Bader <miles@gnu.org>
date Thu, 24 Mar 2005 18:41:26 +0000
parents e330fedc9152 ec5f051c1eb0
children e1fbb019c538
comparison
equal deleted inserted replaced
90127:30ad2795fdab 90128:13796b0653c7
2775 int lookup_face P_ ((struct frame *, Lisp_Object *)); 2775 int lookup_face P_ ((struct frame *, Lisp_Object *));
2776 int lookup_non_ascii_face P_ ((struct frame *, int, struct face *)); 2776 int lookup_non_ascii_face P_ ((struct frame *, int, struct face *));
2777 int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); 2777 int lookup_named_face P_ ((struct frame *, Lisp_Object, int));
2778 int smaller_face P_ ((struct frame *, int, int)); 2778 int smaller_face P_ ((struct frame *, int, int));
2779 int face_with_height P_ ((struct frame *, int, int)); 2779 int face_with_height P_ ((struct frame *, int, int));
2780 int lookup_derived_face P_ ((struct frame *, Lisp_Object, int)); 2780 int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int));
2781 void init_frame_faces P_ ((struct frame *)); 2781 void init_frame_faces P_ ((struct frame *));
2782 void free_frame_faces P_ ((struct frame *)); 2782 void free_frame_faces P_ ((struct frame *));
2783 void recompute_basic_faces P_ ((struct frame *)); 2783 void recompute_basic_faces P_ ((struct frame *));
2784 int face_at_buffer_position P_ ((struct window *, int, int, int, int *, 2784 int face_at_buffer_position P_ ((struct window *, int, int, int, int *,
2785 int, int)); 2785 int, int));