comparison src/dispextern.h @ 88369:8f5d9817e9d3

(free_realized_face, check_face_attribytes, generate_ascii_font): Extern them. (free_realized_multibyte_face): Extern deleted.
author Kenichi Handa <handa@m17n.org>
date Fri, 01 Mar 2002 01:25:27 +0000
parents b14fc05f010f
children 7588f2b3779c
comparison
equal deleted inserted replaced
88368:1b036641f108 88369:8f5d9817e9d3
2291 int, int)); 2291 int, int));
2292 int face_at_string_position P_ ((struct window *, Lisp_Object, int, int, int, 2292 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
2302 #ifdef HAVE_X_WINDOWS 2305 #ifdef HAVE_X_WINDOWS
2303 void gamma_correct P_ ((struct frame *, XColor *)); 2306 void gamma_correct P_ ((struct frame *, XColor *));