changeset 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 82cce6834b5d
children a86a3503e350
files src/dispextern.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Sat May 27 22:36:58 2006 +0000
+++ b/src/dispextern.h	Sat May 27 22:37:05 2006 +0000
@@ -2693,8 +2693,8 @@
 extern void draw_phys_cursor_glyph P_ ((struct window *,
 					  struct glyph_row *,
 					  enum draw_glyphs_face));
-extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
-					 struct glyph *, int *));
+extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
+					  struct glyph *, int *, int *, int *));
 extern void erase_phys_cursor P_ ((struct window *));
 extern void display_and_set_cursor P_ ((struct window *,
 					  int, int, int, int, int));