diff options
| author | Kim F. Storm | 2006-05-27 22:37:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-27 22:37:05 +0000 |
| commit | 11d2f3e76d1807e71ef56b4c63fa698b630a3ab1 (patch) | |
| tree | 8560adc739d76961541ebea085b6b829f2d181ac | |
| parent | f5080b2277726e794384955acb7fd39d845d01df (diff) | |
| download | emacs-11d2f3e76d1807e71ef56b4c63fa698b630a3ab1.tar.gz emacs-11d2f3e76d1807e71ef56b4c63fa698b630a3ab1.zip | |
(get_phys_cursor_geometry): Update prototype.
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 43655ab9a19..2e1eae3fdb0 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2693,8 +2693,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, | |||
| 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)); |