comparison src/redisplay.h @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents 1ccc32a20af4
children 98528da0b7fc
comparison
equal deleted inserted replaced
447:4fc5f13f3bd3 448:3078fd1074e8
774 int redisplay_normalize_glyph_area (struct display_box* dest, 774 int redisplay_normalize_glyph_area (struct display_box* dest,
775 struct display_glyph_area* glyphsrc); 775 struct display_glyph_area* glyphsrc);
776 void redisplay_clear_to_window_end (struct window *w, int ypos1, int ypos2); 776 void redisplay_clear_to_window_end (struct window *w, int ypos1, int ypos2);
777 void redisplay_clear_region (Lisp_Object window, face_index findex, int x, 777 void redisplay_clear_region (Lisp_Object window, face_index findex, int x,
778 int y, int width, int height); 778 int y, int width, int height);
779 void redisplay_clear_top_of_window (struct window *w);
779 void redisplay_clear_bottom_of_window (struct window *w, 780 void redisplay_clear_bottom_of_window (struct window *w,
780 display_line_dynarr *ddla, 781 display_line_dynarr *ddla,
781 int min_start, int max_end); 782 int min_start, int max_end);
782 void redisplay_update_line (struct window *w, int first_line, 783 void redisplay_update_line (struct window *w, int first_line,
783 int last_line, int update_values); 784 int last_line, int update_values);