]> git.eshelyaron.com Git - emacs.git/commitdiff
(merge_faces): Rename from merge_into_realized_face.
authorKim F. Storm <storm@cua.dk>
Mon, 10 Jan 2005 13:30:46 +0000 (13:30 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 10 Jan 2005 13:30:46 +0000 (13:30 +0000)
src/dispextern.h

index ccb6bc6d0c45e3b41b66c9de2f9497c3d7f5b7fd..53ae50f3c2ac38e1013891b4617ab8e290454d5e 100644 (file)
@@ -2760,8 +2760,7 @@ int face_at_buffer_position P_ ((struct window *, int, int, int, int *,
                                 int, int));
 int face_at_string_position P_ ((struct window *, Lisp_Object, int, int, int,
                                 int, int *, enum face_id, int));
-int merge_into_realized_face P_ ((struct frame *, Lisp_Object,
-                                            int, int));
+int merge_faces P_ ((struct frame *, Lisp_Object, int, int));
 int compute_char_face P_ ((struct frame *, int, Lisp_Object));
 void free_all_realized_faces P_ ((Lisp_Object));
 extern Lisp_Object Qforeground_color, Qbackground_color;