comparison src/dispextern.h @ 71020:3cc856b86408

(get_phys_cursor_geometry): Update prototype.
author Kim F. Storm <storm@cua.dk>
date Sat, 27 May 2006 22:37:05 +0000
parents fd8a5c0f1290
children 0182f7d67a2c
comparison
equal deleted inserted replaced
71019:82cce6834b5d 71020:3cc856b86408
2691 extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, 2691 extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
2692 enum glyph_row_area, int)); 2692 enum glyph_row_area, int));
2693 extern void draw_phys_cursor_glyph P_ ((struct window *, 2693 extern void draw_phys_cursor_glyph P_ ((struct window *,
2694 struct glyph_row *, 2694 struct glyph_row *,
2695 enum draw_glyphs_face)); 2695 enum draw_glyphs_face));
2696 extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, 2696 extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
2697 struct glyph *, int *)); 2697 struct glyph *, int *, int *, int *));
2698 extern void erase_phys_cursor P_ ((struct window *)); 2698 extern void erase_phys_cursor P_ ((struct window *));
2699 extern void display_and_set_cursor P_ ((struct window *, 2699 extern void display_and_set_cursor P_ ((struct window *,
2700 int, int, int, int, int)); 2700 int, int, int, int, int));
2701 2701
2702 extern void set_output_cursor P_ ((struct cursor_pos *)); 2702 extern void set_output_cursor P_ ((struct cursor_pos *));