diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index ba8524d624c..d717473f8c2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2907,8 +2907,8 @@ struct redisplay_interface | |||
| 2907 | 2907 | ||
| 2908 | struct image_type | 2908 | struct image_type |
| 2909 | { | 2909 | { |
| 2910 | /* A symbol uniquely identifying the image type, .e.g `jpeg'. */ | 2910 | /* A symbol uniquely identifying the image type, e.g., 'jpeg'. */ |
| 2911 | Lisp_Object *type; | 2911 | struct Lisp_Symbol *type; |
| 2912 | 2912 | ||
| 2913 | /* Check that SPEC is a valid image specification for the given | 2913 | /* Check that SPEC is a valid image specification for the given |
| 2914 | image type. Value is true if SPEC is valid. */ | 2914 | image type. Value is true if SPEC is valid. */ |
| @@ -3222,7 +3222,6 @@ void move_it_in_display_line (struct it *it, | |||
| 3222 | enum move_operation_enum op); | 3222 | enum move_operation_enum op); |
| 3223 | bool in_display_vector_p (struct it *); | 3223 | bool in_display_vector_p (struct it *); |
| 3224 | int frame_mode_line_height (struct frame *); | 3224 | int frame_mode_line_height (struct frame *); |
| 3225 | extern Lisp_Object Qtool_bar; | ||
| 3226 | extern bool redisplaying_p; | 3225 | extern bool redisplaying_p; |
| 3227 | extern bool help_echo_showing_p; | 3226 | extern bool help_echo_showing_p; |
| 3228 | extern Lisp_Object help_echo_string, help_echo_window; | 3227 | extern Lisp_Object help_echo_string, help_echo_window; |
| @@ -3402,7 +3401,6 @@ int face_at_string_position (struct window *w, Lisp_Object string, | |||
| 3402 | int merge_faces (struct frame *, Lisp_Object, int, int); | 3401 | int merge_faces (struct frame *, Lisp_Object, int, int); |
| 3403 | int compute_char_face (struct frame *, int, Lisp_Object); | 3402 | int compute_char_face (struct frame *, int, Lisp_Object); |
| 3404 | void free_all_realized_faces (Lisp_Object); | 3403 | void free_all_realized_faces (Lisp_Object); |
| 3405 | extern Lisp_Object Qforeground_color, Qbackground_color; | ||
| 3406 | extern char unspecified_fg[], unspecified_bg[]; | 3404 | extern char unspecified_fg[], unspecified_bg[]; |
| 3407 | 3405 | ||
| 3408 | /* Defined in xfns.c. */ | 3406 | /* Defined in xfns.c. */ |
| @@ -3492,7 +3490,6 @@ void do_pending_window_change (bool); | |||
| 3492 | void change_frame_size (struct frame *, int, int, bool, bool, bool, bool); | 3490 | void change_frame_size (struct frame *, int, int, bool, bool, bool, bool); |
| 3493 | void init_display (void); | 3491 | void init_display (void); |
| 3494 | void syms_of_display (void); | 3492 | void syms_of_display (void); |
| 3495 | extern Lisp_Object Qredisplay_dont_pause; | ||
| 3496 | extern void spec_glyph_lookup_face (struct window *, GLYPH *); | 3493 | extern void spec_glyph_lookup_face (struct window *, GLYPH *); |
| 3497 | extern void fill_up_frame_row_with_spaces (struct glyph_row *, int); | 3494 | extern void fill_up_frame_row_with_spaces (struct glyph_row *, int); |
| 3498 | 3495 | ||