Mercurial > hg > xemacs-beta
comparison src/redisplay.h @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
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 void mark_redisplay_structs (display_line_dynarr *dla); | |
699 void generate_displayable_area (struct window *w, Lisp_Object disp_string, | 700 void generate_displayable_area (struct window *w, Lisp_Object disp_string, |
700 int xpos, int ypos, int width, int height, | 701 int xpos, int ypos, int width, int height, |
701 display_line_dynarr* dl, | 702 display_line_dynarr* dl, |
702 Bufpos start_pos, face_index default_face); | 703 Bufpos start_pos, face_index default_face); |
703 /* `generate_title_string' in frame.c needs this */ | 704 /* `generate_title_string' in frame.c needs this */ |