diff options
| author | Miles Bader | 2008-06-01 05:04:24 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-06-01 05:04:24 +0000 |
| commit | f2cec7a9907796d97bbe4f99ce00d1866b773dfb (patch) | |
| tree | 24b0e99f39a2da47cc60d4f8c3848c01f7f0bf99 /src/dispextern.h | |
| parent | 70583cb56977d91d94bff77cb2fb93922c44876c (diff) | |
| download | emacs-f2cec7a9907796d97bbe4f99ce00d1866b773dfb.tar.gz emacs-f2cec7a9907796d97bbe4f99ce00d1866b773dfb.zip | |
Implement face-remapping-alist feature
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1195
Diffstat (limited to 'src/dispextern.h')
| -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 2101d70478f..4a4c731748b 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2852,6 +2852,7 @@ int xstrcasecmp P_ ((const unsigned char *, const unsigned char *)); | |||
| 2852 | int lookup_face P_ ((struct frame *, Lisp_Object *)); | 2852 | int lookup_face P_ ((struct frame *, Lisp_Object *)); |
| 2853 | int lookup_non_ascii_face P_ ((struct frame *, int, struct face *)); | 2853 | int lookup_non_ascii_face P_ ((struct frame *, int, struct face *)); |
| 2854 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); | 2854 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); |
| 2855 | int lookup_basic_face P_ ((struct frame *, int)); | ||
| 2855 | int smaller_face P_ ((struct frame *, int, int)); | 2856 | int smaller_face P_ ((struct frame *, int, int)); |
| 2856 | int face_with_height P_ ((struct frame *, int, int)); | 2857 | int face_with_height P_ ((struct frame *, int, int)); |
| 2857 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); | 2858 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); |
| @@ -2880,6 +2881,8 @@ extern char unspecified_fg[], unspecified_bg[]; | |||
| 2880 | extern Lisp_Object split_font_name_into_vector P_ ((Lisp_Object)); | 2881 | extern Lisp_Object split_font_name_into_vector P_ ((Lisp_Object)); |
| 2881 | extern Lisp_Object build_font_name_from_vector P_ ((Lisp_Object)); | 2882 | extern Lisp_Object build_font_name_from_vector P_ ((Lisp_Object)); |
| 2882 | 2883 | ||
| 2884 | extern Lisp_Object Vface_remapping_alist; | ||
| 2885 | |||
| 2883 | /* Defined in xfns.c */ | 2886 | /* Defined in xfns.c */ |
| 2884 | 2887 | ||
| 2885 | #ifdef HAVE_X_WINDOWS | 2888 | #ifdef HAVE_X_WINDOWS |