From: Eli Zaretskii Date: Fri, 30 Jul 1999 08:41:55 +0000 (+0000) Subject: (load_color, lookup_derived_face): Declare X-Git-Tag: emacs-pretest-21.0.90~7322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cc0312335335f9ae913ee311a9f6b35c67f4f0d;p=emacs.git (load_color, lookup_derived_face): Declare prototypes. --- 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 *));