aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h7
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
2908struct image_type 2908struct 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);
3223bool in_display_vector_p (struct it *); 3223bool in_display_vector_p (struct it *);
3224int frame_mode_line_height (struct frame *); 3224int frame_mode_line_height (struct frame *);
3225extern Lisp_Object Qtool_bar;
3226extern bool redisplaying_p; 3225extern bool redisplaying_p;
3227extern bool help_echo_showing_p; 3226extern bool help_echo_showing_p;
3228extern Lisp_Object help_echo_string, help_echo_window; 3227extern Lisp_Object help_echo_string, help_echo_window;
@@ -3402,7 +3401,6 @@ int face_at_string_position (struct window *w, Lisp_Object string,
3402int merge_faces (struct frame *, Lisp_Object, int, int); 3401int merge_faces (struct frame *, Lisp_Object, int, int);
3403int compute_char_face (struct frame *, int, Lisp_Object); 3402int compute_char_face (struct frame *, int, Lisp_Object);
3404void free_all_realized_faces (Lisp_Object); 3403void free_all_realized_faces (Lisp_Object);
3405extern Lisp_Object Qforeground_color, Qbackground_color;
3406extern char unspecified_fg[], unspecified_bg[]; 3404extern 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);
3492void change_frame_size (struct frame *, int, int, bool, bool, bool, bool); 3490void change_frame_size (struct frame *, int, int, bool, bool, bool, bool);
3493void init_display (void); 3491void init_display (void);
3494void syms_of_display (void); 3492void syms_of_display (void);
3495extern Lisp_Object Qredisplay_dont_pause;
3496extern void spec_glyph_lookup_face (struct window *, GLYPH *); 3493extern void spec_glyph_lookup_face (struct window *, GLYPH *);
3497extern void fill_up_frame_row_with_spaces (struct glyph_row *, int); 3494extern void fill_up_frame_row_with_spaces (struct glyph_row *, int);
3498 3495