diff options
| author | Juri Linkov | 2005-06-21 16:14:15 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-06-21 16:14:15 +0000 |
| commit | 9b0ad2cbac63d420026433630fa8564b24334b2b (patch) | |
| tree | 1a6ff842eb01292c858825be7051cf29a233c307 /src | |
| parent | 188e0f504bc99595a97343c9edcd7f77e5076634 (diff) | |
| download | emacs-9b0ad2cbac63d420026433630fa8564b24334b2b.tar.gz emacs-9b0ad2cbac63d420026433630fa8564b24334b2b.zip | |
Add extern Qframe_set_background_mode.
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 4d98f3f1dfd..50b2d4368bb 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2795,6 +2795,7 @@ int merge_faces P_ ((struct frame *, Lisp_Object, int, int)); | |||
| 2795 | int compute_char_face P_ ((struct frame *, int, Lisp_Object)); | 2795 | int compute_char_face P_ ((struct frame *, int, Lisp_Object)); |
| 2796 | void free_all_realized_faces P_ ((Lisp_Object)); | 2796 | void free_all_realized_faces P_ ((Lisp_Object)); |
| 2797 | extern Lisp_Object Qforeground_color, Qbackground_color; | 2797 | extern Lisp_Object Qforeground_color, Qbackground_color; |
| 2798 | extern Lisp_Object Qframe_set_background_mode; | ||
| 2798 | extern char unspecified_fg[], unspecified_bg[]; | 2799 | extern char unspecified_fg[], unspecified_bg[]; |
| 2799 | void free_realized_multibyte_face P_ ((struct frame *, int)); | 2800 | void free_realized_multibyte_face P_ ((struct frame *, int)); |
| 2800 | 2801 | ||