diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 5d24a06ded0..823f12728aa 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2293,9 +2293,12 @@ int face_at_string_position P_ ((struct window *, Lisp_Object, int, int, int, | |||
| 2293 | int, int *, enum face_id, int)); | 2293 | int, int *, enum face_id, int)); |
| 2294 | int compute_char_face P_ ((struct frame *, int, Lisp_Object)); | 2294 | int compute_char_face P_ ((struct frame *, int, Lisp_Object)); |
| 2295 | void free_all_realized_faces P_ ((Lisp_Object)); | 2295 | void free_all_realized_faces P_ ((Lisp_Object)); |
| 2296 | void free_realized_face P_ ((struct frame *, struct face *)); | ||
| 2297 | |||
| 2296 | extern Lisp_Object Qforeground_color, Qbackground_color; | 2298 | extern Lisp_Object Qforeground_color, Qbackground_color; |
| 2297 | extern char unspecified_fg[], unspecified_bg[]; | 2299 | extern char unspecified_fg[], unspecified_bg[]; |
| 2298 | void free_realized_multibyte_face P_ ((struct frame *, int)); | 2300 | extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 2301 | extern int generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); | ||
| 2299 | 2302 | ||
| 2300 | /* Defined in xfns.c */ | 2303 | /* Defined in xfns.c */ |
| 2301 | 2304 | ||