diff options
| author | Eli Zaretskii | 1999-12-08 14:22:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-12-08 14:22:24 +0000 |
| commit | 036480cbb926e16faf18e4376b101bcad7190976 (patch) | |
| tree | d02dc85d324ad028bf8c2c3f4f680928b58a25f0 /src | |
| parent | 3648c84252986145a376aa406bb83e987ea0e96b (diff) | |
| download | emacs-036480cbb926e16faf18e4376b101bcad7190976.tar.gz emacs-036480cbb926e16faf18e4376b101bcad7190976.zip | |
Oops, forgot to commit the change in dispextern.h together with the
rest of the changes for tty color support.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index c7edd020f85..80679b83459 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2096,6 +2096,7 @@ void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); | |||
| 2096 | void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, | 2096 | void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, |
| 2097 | Lisp_Object)); | 2097 | Lisp_Object)); |
| 2098 | char *x_charset_registry P_ ((int)); | 2098 | char *x_charset_registry P_ ((int)); |
| 2099 | Lisp_Object tty_color_name P_ ((struct frame *, int)); | ||
| 2099 | void clear_face_cache P_ ((int)); | 2100 | void clear_face_cache P_ ((int)); |
| 2100 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, | 2101 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, |
| 2101 | enum lface_attribute_index)); | 2102 | enum lface_attribute_index)); |