Mercurial > emacs
changeset 25119:04c0fc908742
(load_color, lookup_derived_face): Declare
prototypes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 30 Jul 1999 08:41:55 +0000 |
parents | 08ae9ffe6763 |
children | de7cab1fe991 |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Jul 30 08:38:10 1999 +0000 +++ b/src/dispextern.h Fri Jul 30 08:41:55 1999 +0000 @@ -2050,6 +2050,8 @@ 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 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 *));