diff options
| author | Kim F. Storm | 2005-01-27 22:33:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-27 22:33:01 +0000 |
| commit | 4f5d66403882708ed3a2fc45db6bd39c2c7e760e (patch) | |
| tree | 57af88c7696343109fcea26e54e7dc1d6735057e /src | |
| parent | caf533af494279767953f859b793357fd2c4cae6 (diff) | |
| download | emacs-4f5d66403882708ed3a2fc45db6bd39c2c7e760e.tar.gz emacs-4f5d66403882708ed3a2fc45db6bd39c2c7e760e.zip | |
(get_phys_cursor_geometry): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 89a8fe39aeb..3b72e54b6d1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2644,6 +2644,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, | |||
| 2644 | extern void draw_phys_cursor_glyph P_ ((struct window *, | 2644 | extern void draw_phys_cursor_glyph P_ ((struct window *, |
| 2645 | struct glyph_row *, | 2645 | struct glyph_row *, |
| 2646 | enum draw_glyphs_face)); | 2646 | enum draw_glyphs_face)); |
| 2647 | extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, | ||
| 2648 | struct glyph *, int *)); | ||
| 2647 | extern void erase_phys_cursor P_ ((struct window *)); | 2649 | extern void erase_phys_cursor P_ ((struct window *)); |
| 2648 | extern void display_and_set_cursor P_ ((struct window *, | 2650 | extern void display_and_set_cursor P_ ((struct window *, |
| 2649 | int, int, int, int, int)); | 2651 | int, int, int, int, int)); |