diff options
| author | Eli Zaretskii | 1999-07-30 08:41:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-07-30 08:41:55 +0000 |
| commit | 1cc0312335335f9ae913ee311a9f6b35c67f4f0d (patch) | |
| tree | b3bf08ace058bd8a5e75d51bc657deb2863a2088 /src | |
| parent | 622dca89534f7c6d1d8733649722afec85dd9da6 (diff) | |
| download | emacs-1cc0312335335f9ae913ee311a9f6b35c67f4f0d.tar.gz emacs-1cc0312335335f9ae913ee311a9f6b35c67f4f0d.zip | |
(load_color, lookup_derived_face): Declare
prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
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)); | |||
| 2050 | 2050 | ||
| 2051 | char *x_charset_registry P_ ((int)); | 2051 | char *x_charset_registry P_ ((int)); |
| 2052 | void clear_face_cache P_ ((int)); | 2052 | void clear_face_cache P_ ((int)); |
| 2053 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, | ||
| 2054 | enum lface_attribute_index)); | ||
| 2053 | void unload_color P_ ((struct frame *, unsigned long)); | 2055 | void unload_color P_ ((struct frame *, unsigned long)); |
| 2054 | int frame_update_line_height P_ ((struct frame *)); | 2056 | int frame_update_line_height P_ ((struct frame *)); |
| 2055 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); | 2057 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); |
| @@ -2061,6 +2063,7 @@ int face_suitable_for_charset_p P_ ((struct face *, int)); | |||
| 2061 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); | 2063 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); |
| 2062 | int smaller_face P_ ((struct frame *, int, int)); | 2064 | int smaller_face P_ ((struct frame *, int, int)); |
| 2063 | int face_with_height P_ ((struct frame *, int, int)); | 2065 | int face_with_height P_ ((struct frame *, int, int)); |
| 2066 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); | ||
| 2064 | void init_frame_faces P_ ((struct frame *)); | 2067 | void init_frame_faces P_ ((struct frame *)); |
| 2065 | void free_frame_faces P_ ((struct frame *)); | 2068 | void free_frame_faces P_ ((struct frame *)); |
| 2066 | void recompute_basic_faces P_ ((struct frame *)); | 2069 | void recompute_basic_faces P_ ((struct frame *)); |