aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-05-27 22:37:05 +0000
committerKim F. Storm2006-05-27 22:37:05 +0000
commit11d2f3e76d1807e71ef56b4c63fa698b630a3ab1 (patch)
tree8560adc739d76961541ebea085b6b829f2d181ac /src
parentf5080b2277726e794384955acb7fd39d845d01df (diff)
downloademacs-11d2f3e76d1807e71ef56b4c63fa698b630a3ab1.tar.gz
emacs-11d2f3e76d1807e71ef56b4c63fa698b630a3ab1.zip
(get_phys_cursor_geometry): Update prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
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 *,
2693extern void draw_phys_cursor_glyph P_ ((struct window *, 2693extern 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));
2696extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, 2696extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
2697 struct glyph *, int *)); 2697 struct glyph *, int *, int *, int *));
2698extern void erase_phys_cursor P_ ((struct window *)); 2698extern void erase_phys_cursor P_ ((struct window *));
2699extern void display_and_set_cursor P_ ((struct window *, 2699extern void display_and_set_cursor P_ ((struct window *,
2700 int, int, int, int, int)); 2700 int, int, int, int, int));