From 1cc0312335335f9ae913ee311a9f6b35c67f4f0d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Jul 1999 08:41:55 +0000 Subject: [PATCH] (load_color, lookup_derived_face): Declare prototypes. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index 182ed0d772b..5f62cef1432 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2050,6 +2050,8 @@ void init_sigio P_ ((int)); char *x_charset_registry P_ ((int)); void clear_face_cache P_ ((int)); +unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, + enum lface_attribute_index)); void unload_color P_ ((struct frame *, unsigned long)); int frame_update_line_height P_ ((struct frame *)); int ascii_face_of_lisp_face P_ ((struct frame *, int)); @@ -2061,6 +2063,7 @@ int face_suitable_for_charset_p P_ ((struct face *, int)); int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); int smaller_face P_ ((struct frame *, int, int)); int face_with_height P_ ((struct frame *, int, int)); +int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); void init_frame_faces P_ ((struct frame *)); void free_frame_faces P_ ((struct frame *)); void recompute_basic_faces P_ ((struct frame *)); -- 2.39.5