comparison src/redisplay.h @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3a7e78e1142d
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
694 int line_at_center (struct window *w, int type, Bufpos start, Bufpos point); 694 int line_at_center (struct window *w, int type, Bufpos start, Bufpos point);
695 int window_half_pixpos (struct window *w); 695 int window_half_pixpos (struct window *w);
696 void redisplay_echo_area (void); 696 void redisplay_echo_area (void);
697 void free_display_structs (struct window_mirror *mir); 697 void free_display_structs (struct window_mirror *mir);
698 void free_display_lines (display_line_dynarr *dla); 698 void free_display_lines (display_line_dynarr *dla);
699 Bufbyte *generate_formatted_string (struct window *w, Lisp_Object format_str,
700 Lisp_Object result_str, face_index findex,
701 int type);
702 void generate_displayable_area (struct window *w, Lisp_Object disp_string, 699 void generate_displayable_area (struct window *w, Lisp_Object disp_string,
703 int xpos, int ypos, int width, int height, 700 int xpos, int ypos, int width, int height,
704 display_line_dynarr* dl, 701 display_line_dynarr* dl,
705 Bufpos start_pos, face_index default_face); 702 Bufpos start_pos, face_index default_face);
703 /* `generate_title_string' in frame.c needs this */
704 void generate_formatted_string_db (Lisp_Object format_str,
705 Lisp_Object result_str,
706 struct window *w,
707 struct display_line *dl,
708 struct display_block *db,
709 face_index findex,
710 int min_pixpos, int max_pixpos, int type);
706 int real_current_modeline_height (struct window *w); 711 int real_current_modeline_height (struct window *w);
707 int pixel_to_glyph_translation (struct frame *f, int x_coord, 712 int pixel_to_glyph_translation (struct frame *f, int x_coord,
708 int y_coord, int *col, int *row, 713 int y_coord, int *col, int *row,
709 int *obj_x, int *obj_y, 714 int *obj_x, int *obj_y,
710 struct window **w, Bufpos *bufpos, 715 struct window **w, Bufpos *bufpos,